trino
trino copied to clipboard
Allow all bucketed table supported types during filter
Description
Fixes https://github.com/trinodb/trino/issues/13472
Is this change a fix, improvement, new feature, refactoring, or other?
Fix
Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)
hive connector
How would you describe this change to a non-technical end user or system administrator?
Related issues, pull requests, and links
- Fixes #13472
Documentation
(x) No documentation is needed. ( ) Sufficient documentation is included in this PR. ( ) Documentation PR is available with #prnumber. ( ) Documentation issue #issuenumber is filed, and can be handled later.
Release notes
( ) No release notes entries required. (x) Release notes entries required with the following suggested text:
# Hive
* Add support for hive bucket filtering to float, double, date, list, map and bounded varchar data types. ({issue}`13553`)
@gaurav8297 see the CI is not green
Error prone check failures are related
https://github.com/trinodb/trino/issues/13600 Due to this flaky test, plugin/trino-hive
is failing.