Releases: devrev/meerkat
Releases · devrev/meerkat
v0.0.803
What's Changed
- avoiding using prefix for check condition by @senthilb-devrev in #171
Full Changelog: v0.0.802...v0.0.803
Revert In operator optimisation
v0.0.802 reverted in filter (#169)
v0.0.801
What's Changed
- fixing json conversion and adding tests by @senthilb-devrev in #168
Full Changelog: v0.0.800...v0.0.801
v0.0.800
What's Changed
- Array resolution by @senthilb-devrev in #163
New Contributors
- @senthilb-devrev made their first contribution in #163
Full Changelog: v0.0.799...v0.0.800
Large filter vales in `in` filter optimization
Large filter vales in in filter optimization
Consider only used datasources when joinpaths not present
Used table schema check ujaval (#162) * if measure is * select all the tables in joinPath * getusedtable schema corrected * made tableschema handling in another variable * fix: only check for used table schemas * fix: tests * update packages * fix: handle measure * and remove join scenarios * fix: remove join path scenario --------- Co-authored-by: Pranjal Bhagat <[email protected]>
DBM - Add dedup tables
DBM - Add dedup tables
DBM Parallel - Abort signal support
Abort signal support
Support for column projection in resolution query
Allows users to specify a list of columns to include in the final resolved query when generating a query with resolution.
Bug fixes for alias handling
Correctly resolves alias when using {MEERKAT} syntax.
References the correct column when alias conflicts with a column name in the dataset.