Skip to content

Releases: tuor713/trino-kdb

0.0.11: Support for insert and like expression push down

12 Mar 21:12
Compare
Choose a tag to compare

Two major features - both experimental:

  • Support for inserting data into KDB via Trino
  • Support for push down of x LIKE '%pattern%' expressions

0.0.10: Small fix to symbol column filters

18 Feb 14:19
Compare
Choose a tag to compare
BUG: Filters on values with spaces don't work on symbol columns

Spaces in symbols need to be escaped such `$"with spaces".

0.0.9: Support some exotic KDB instances and update to 370

14 Feb 03:17
Compare
Choose a tag to compare

Three changes included:

  • Support certain exotic type of KDB instances where tables are virtualized
  • Fix a few flaky tests
  • Update to 370 Trino (365 is still built once)

0.0.8: Support namespaces and fix bug with char type

03 Feb 13:02
Compare
Choose a tag to compare

Support tables in namespaces (#7) exposing them as schemas in Trino.

v0.0.7 Trino 365

13 Dec 15:13
Compare
Choose a tag to compare
v0.0.7 Trino 365 Pre-release
Pre-release

Upgrade to Trino 365

v0.0.7-359

26 Aug 01:30
Compare
Choose a tag to compare
v0.0.7-359 Pre-release
Pre-release

Build plugin on Trino version 359

v0.0.6: Push down aggregation, session overrides and other improvements

21 Jun 11:57
Compare
Choose a tag to compare

New support for

  • aggregation push down of common functions
  • session overrides for stats usage, aggregation push down and page size
  • fix bug on KDB plugin crashing Trino during startup
  • tighten up KDB queries

0.0.5: Several small fixes

16 Jun 12:15
Compare
Choose a tag to compare
Pre-release

Fixes around statistics, null type handling etc

v0.0.4: Stability & Performance fixes

04 Jun 11:41
Compare
Choose a tag to compare
Pre-release

Fix unreasonable chattiness during query planning as well as handling of retryable socket exception on long running connection to KDB.

v0.0.3 Fix case sensitivity issues

03 Jun 03:19
Compare
Choose a tag to compare
Pre-release

Fix support for case sensitive tables and provide an escape hatch for case sensitive dynamic queries