cube.js v0.31.21 Release Notes
Release Date: 2022-12-06 // almost 2 years ago-
๐ Bug Fixes
- cubestore:
Error in processing loop: Row with id is not found for JobRocksTable
for streaming jobs (f2de503) - cubestore: Avoid streaming jobs waiting for regular jobs to complete (#5725) (89d5bf4)
- cubestore: Chunk all streaming input into bigger chunks based on time spent in write chunk operations and remove sequence gap checks as those fail for tables (1f2d9bf)
- cubestore: Replay streams with
earliest
offset even forlatest
setting after failure (7ca71f5) - cubestore: ReplayHandle reconcile fails due to merge ReplayHandles with Chunks (#5713) (ac213a7)
- cubestore: Streaming jobs stuck as stale (1cf3432)
- databricks-jdbc: Databricks pre-aggregations schema with UC (#5726) (6281471)
- playground: clear search value (#5720) (5b177f2)
- More explanatory
No pre-aggregation partitions were built yet
message (#5702) (ec39baa)
- cubestore:
Previous changes from v0.31.20
-
๐ Bug Fixes
- clickhouse-driver: Make ClickHouse driver
readOnly
by default (e6a85d1), closes #5479 - clickhouse-driver: ParserError("Expected ',' or ')' after column definition, found: (") when Nullable(Float64) is present (81b2247)
- cubesql: Fix escape symbols in
LIKE
expressions (5f3cd50) - cubestore: Orphaned replay handles after table drop (0e4b876)
- cubestore: Sort by seq column to reduce Unexpected sequence increase gap (b5f06d0)
- oracle-driver: Make oracle driver
readOnly
by default so pre-aggregations can be used (5efccba)
๐ Features
- clickhouse-driver: Make ClickHouse driver