-
Notifications
You must be signed in to change notification settings - Fork 0
Jichaos/merge #2
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…for query stage) (#7646)
… Store only) (#7644)
* feat(cubesql): Introduce query rewrite cache * Bind cache to protocol and fix tests * Fix tests * Remove mock calls check as it isn't predictable * Do not cache LogicalPlan as it provides security checks * Fix queries cache key * Missing default hashing for language nodes introduces cache key ambiguity for ScalarVariableExprVariable * Do not eval stable function such as timestamps before putting rewrite to cache Add ConstantFolding to aliases and aliases push down for FilterSimplifyReplacer so it can find Alias wrapped stable functions and fold them to constant * Disable cache by default but enable in tests
Bumps [self_cell](https://github.com/Voultapher/self_cell) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/Voultapher/self_cell/releases) - [Commits](Voultapher/self_cell@v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: self_cell dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… ! The type for useCubeQueryResult was out of date and prevented typescript libraries from using the actually returned value from useCubeQuery. Unforunate that these types are not updated automatically or at least enforced in the library they're defined in.
…rs (#7670) * feat(cubesql): Cache plan rewrites with and without replaced parameters * Add failing test from Tableau test suite
Bumps [h2](https://github.com/hyperium/h2) from 0.3.22 to 0.3.24. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md) - [Commits](hyperium/h2@v0.3.22...v0.3.24) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2. - [Commits](https://github.com/briansmith/webpki/commits) --- updated-dependencies: - dependency-name: webpki dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.1.0 to 1.3.0. - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) --- updated-dependencies: - dependency-name: shlex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… affect push down of `inDateRange` filter to time dimension (#7684)
…#7617) Thanks @CallumWalterWhite ! * feat(view): members inherit title attribute * expose format & drill memebrs in view schema --------- Co-authored-by: a-whitec <callum.white@mhr.co.uk>
…sion (#7751) * feat(cubesql): Always Prefer SQL push down over aggregation in Datafusion * Bring back ScalarValue::Int32(_) as it was already removed * Bring back ScalarValue::Int32(_) as it was already removed
…re-aggregations (#7752)
* docs: Microsoft Fabric support * Correct server name * Update
…ation') with enabled SQL push down
…… (#7755) * fix(cubesql): Quote `FROM` alias for SQL push down to avoid name clashes with keywords * Add pg dependency * Build backend-native for tests * Remove not needed architectures * Fix download path * Fix No port binding found for :NaN * Fix No port binding found for :NaN
* Consolidate SQL API reference * Cross-link API and API reference pages * Add ungrouped
…duce FILTER_GROUP to allow use FILTER_PARAMS for logical expressions (#7766) * fix: Gracefully handle logical expressions in FILTER_PARAMS and introduce FILTER_GROUP to allow use FILTER_PARAMS for logical expressions. * Fix unit tests * Handle segments
The "Top Queries" definition was incorrect as learned in a Q&A with Artyom and Pavel. I also added the information about the 100 query limit.
* Update aws-redshift.mdx Add requirement for permissions on pre-agg schema * Apply suggestions from code review --------- Co-authored-by: Igor Lukanin <mail+github@igor.lukanin.name>
akolov
pushed a commit
that referenced
this pull request
Feb 4, 2025
* feat(vertica-driver): VerticaDriver * fixed linter error * fix dependencies versions * driver & smoke tests * vertica driver added to integration tests * add vertica to smoke test * update packages * vertica driver published * vertica driver * update README.md * docker installation instruction * up version * update README and package refs * add cube build pipeline * remove * Added Query Implementation (#2) * Added custom dialect for CubeDriver * Sql fixes (#5) * Additional sql fixes (#6) * draft * update test * fix build * update vertica driver dependencies * vertica documentation * add vertica to data sources * fix lint errors * update jest * include vertica tests * update wait strategy and test shared package * change version of vertica driver * some ci-related fixes * fix version, names, refs to align with the Cube repo * update yarn.lock * fix old refs --------- Co-authored-by: Eduard Karacharov <eduard.karacharov@gmail.com> Co-authored-by: timbrownls20 <timbrownls26@hotmail.com> Co-authored-by: Roger <qi.chen@knowitall.net.au> Co-authored-by: David O'Bryen <dj.obryen@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.