Skip to content

Conversation

@JichaoS
Copy link

@JichaoS JichaoS commented Feb 23, 2024

No description provided.

igorlukanin and others added 30 commits January 13, 2024 21:28
* 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>
MazterQyou and others added 28 commits February 13, 2024 03:48
…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
* docs: Microsoft Fabric support
* Correct server name
* Update
…… (#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>
@JichaoS JichaoS merged commit b9d6d75 into master Feb 23, 2024
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.