Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update cubejs to v0.35.47 #20

Open
wants to merge 2,188 commits into
base: master
Choose a base branch
from

Conversation

pysarenko-bohdan
Copy link

Check List

  • Tests has been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

Issue Reference this PR resolves

[For example #12]

Description of Changes Made (if issue reference is not provided)

[Description goes here]

ovr and others added 30 commits March 22, 2024 18:07
* docs: Mention Elastic support in Cube Cloud

* docs: Update DEPRECATION.md

* Fix table
…ail ratio measures (cube-js#7987)

Proper wrapping count distinct aggregation should be supported by flatten rewrites and fixes to cost function
* docs: Update DEPRECATION.md

* Add
…ssions (cube-js#8004)

* fix(cubesql): Flatten aliasing breaks wrapped select `ORDER BY` expressions

* cargo fmt
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.1...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…cube-js#8026)

* docs: Extract Rollup Designer page

* Detail file backup
It's needed to remove unexpected dependencies from storybook like @babel/core

refs cube-js/cube-ui-kit#437
…jw92) (cube-js#8002)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) to 7.24.
Security fix GHSA-67hx-6x53-jw92

❯ yarn why @babel/core
yarn why v1.22.19
[1/4] 🤔  Why do we have the module "@babel/core"...?
[2/4] 🚚  Initialising dependency graph...
[3/4] 🔍  Finding dependency...
[4/4] 🚡  Calculating file sizes...
=> Found "@babel/[email protected]"
info Has been hoisted to "@babel/core"
info Reasons this module exists
   - "workspace-aggregator-66adc75a-7806-462c-a1f2-944b81d243af" depends on it
   - Specified in "devDependencies"
   - Hoisted from "_project_#@babel#core"
   - Hoisted from "_project_#@cubejs-backend#schema-compiler#@babel#core"
   - Hoisted from "_project_#@cubejs-client#core#@babel#core"
   - Hoisted from "_project_#@cubejs-client#dx#@babel#core"
   - Hoisted from "_project_#@cubejs-client#ws-transport#@babel#core"
   - Hoisted from "_project_#@cubejs-client#playground#@vitejs#plugin-react#@babel#core"
   - Hoisted from "_project_#@cubejs-client#ngx#@angular#compiler-cli#@babel#core"
   - Hoisted from "_project_#@cubejs-client#core#babel-jest#@jest#transform#@babel#core"
   - Hoisted from "_project_#@cubejs-client#core#babel-jest#babel-plugin-istanbul#istanbul-lib-instrument#@babel#core"
   - Hoisted from "_project_#@cubejs-client#ngx#@Angular-devkit#build-angular#@jsdevtools#coverage-istanbul-loader#istanbul-lib-instrument#@babel#core"
   - Hoisted from "_project_#@cubejs-backend#clickhouse-driver#jest#@jest#core#@jest#reporters#istanbul-lib-instrument#@babel#core"
info Disk size without dependencies: "5.77MB"
info Disk size with unique dependencies: "19.4MB"
info Disk size with transitive dependencies: "27.83MB"
info Number of shared dependencies: 48

---------

Co-authored-by: Anna Poznanska <[email protected]>
…"order[0][0]" with value fails to match the required pattern: /^[a-zA-Z0-9_]+\.[a-zA-Z0-9_]+$/ (cube-js#8032)

* fix(cubesql): SQL push down of ORDER BY causes Invalid query format: "order[0][0]" with value fails to match the required pattern: /^[a-zA-Z0-9_]+\.[a-zA-Z0-9_]+$/

* Fix order filter for test

* Fix order filter for test
cube-js#8033)

* fix: Multiplied count measure can be used as additive measure in pre-aggregation

* Linter
…s) (cube-js#8053)

Iterating without an upper bound leads to reading keys from next table, next index. Downgrading can lead to an unknown TableId on migration. Let's skip these errors by using a range iterator.

Debug of fixed version:

```
2024-03-28 14:22:12,368 TRACE [cubestore::metastore::rocks_store] <pid:50477> Migration for cachestore: started
2024-03-28 14:22:12,369 TRACE [cubestore::metastore::rocks_table] <pid:50477> Migrating table QueueItems from [3, 1] to [2, 1]
2024-03-28 14:22:12,369 INFO  [cubestore::metastore::rocks_table] <pid:50477> Migrating by truncating rows from QueueItemRocksTable table
row_key Table(QueueItems, 4262)
row_key Table(QueueItems, 4263)
row_key Table(QueueItems, 4264)
2024-03-28 14:22:12,370 TRACE [cubestore::metastore::rocks_table] <pid:50477> Migrating by truncating rows from ByPath index
row_key SecondaryIndex(3329, [15, 249, 59, 57, 253, 112, 86, 67], 4264)
row_key SecondaryIndex(3329, [61, 0, 52, 15, 64, 107, 132, 62], 4262)
row_key SecondaryIndex(3329, [82, 234, 217, 91, 115, 57, 47, 211], 4263)
2024-03-28 14:22:12,370 TRACE [cubestore::metastore::rocks_table] <pid:50477> Migrating by truncating rows from ByPath index: done (3 rows)
2024-03-28 14:22:12,370 TRACE [cubestore::metastore::rocks_table] <pid:50477> Migrating by truncating rows from ByPrefixAndStatus index
row_key SecondaryIndex(3330, [214, 173, 163, 218, 121, 228, 186, 124], 4262)
row_key SecondaryIndex(3330, [214, 173, 163, 218, 121, 228, 186, 124], 4263)
row_key SecondaryIndex(3330, [214, 173, 163, 218, 121, 228, 186, 124], 4264)
2024-03-28 14:22:12,370 TRACE [cubestore::metastore::rocks_table] <pid:50477> Migrating by truncating rows from ByPrefixAndStatus index: done (3 rows)
2024-03-28 14:22:12,370 TRACE [cubestore::metastore::rocks_table] <pid:50477> Migrating by truncating rows from ByPrefix index
row_key SecondaryIndex(3331, [170, 109, 177, 83, 182, 58, 191, 21], 4262)
row_key SecondaryIndex(3331, [170, 109, 177, 83, 182, 58, 191, 21], 4263)
row_key SecondaryIndex(3331, [170, 109, 177, 83, 182, 58, 191, 21], 4264)
2024-03-28 14:22:12,370 TRACE [cubestore::metastore::rocks_table] <pid:50477> Migrating by truncating rows from ByPrefix index: done (3 rows)
2024-03-28 14:22:12,370 INFO  [cubestore::metastore::rocks_table] <pid:50477> Migrating by truncating rows from QueueItemRocksTable table: done (3 rows)
2024-03-28 14:22:12,373 TRACE [cubestore::metastore::rocks_store] <pid:50477> Migration for cachestore: done
```
ovr and others added 23 commits May 31, 2024 16:21
* Update limits.mdx

Added detail that each limit is for one deployment.

* Update limits.mdx

Fixed API limits back to the way they were
* cubesql-engine (chore): remove duplicates
Removed 2nd identical coercion function and renamed the only one into more general
* mdx api docs

* Update mdx docs

---------

Co-authored-by: Artyom Keydunov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.