Skip to content

Releases: devrev/meerkat

v0.0.803

21 Nov 15:57
5b442bc

Choose a tag to compare

What's Changed

Full Changelog: v0.0.802...v0.0.803

Revert In operator optimisation

20 Nov 08:10
7a031c6

Choose a tag to compare

v0.0.802

reverted in filter (#169)

v0.0.801

12 Nov 18:03
bd83abc

Choose a tag to compare

What's Changed

Full Changelog: v0.0.800...v0.0.801

v0.0.800

12 Nov 10:26
ddf051a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.799...v0.0.800

Large filter vales in `in` filter optimization

10 Nov 18:26
0a1a1d5

Choose a tag to compare

Large filter vales in in filter optimization

Consider only used datasources when joinpaths not present

29 Oct 15:16
197b5eb

Choose a tag to compare

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

28 Oct 12:41
b737b47

Choose a tag to compare

DBM - Add dedup tables

DBM Parallel - Abort signal support

27 Oct 07:06
86a4500

Choose a tag to compare

Support for column projection in resolution query

15 Oct 00:16
9975f40

Choose a tag to compare

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

29 Jul 05:12
c89ed82

Choose a tag to compare

Correctly resolves alias when using {MEERKAT} syntax.
References the correct column when alias conflicts with a column name in the dataset.