Releases: tuor713/trino-kdb
Releases · tuor713/trino-kdb
0.0.11: Support for insert and like expression push down
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
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
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
Support tables in namespaces (#7) exposing them as schemas in Trino.
v0.0.7 Trino 365
Upgrade to Trino 365
v0.0.7-359
Build plugin on Trino version 359
v0.0.6: Push down aggregation, session overrides and other improvements
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
Fixes around statistics, null type handling etc
v0.0.4: Stability & Performance fixes
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
Fix support for case sensitive tables and provide an escape hatch for case sensitive dynamic queries