trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.17k stars 2.93k forks source link

Update HBase to 2.5.9 to include HBASE-28567 #21824

Open wendigo opened 4 months ago

wendigo commented 4 months ago

Added a @Flaky annotation to a product test in https://github.com/trinodb/trino/pull/21569.

To be removed after HBase is updated on the server side to contain fix for https://issues.apache.org/jira/browse/HBASE-28567

lhofhansl commented 3 months ago

Just FYI. HBase 2.6.0 will be out soon, and it does not have the fix mentioned above. So it's either 2.5.9 or 2.6.1, whatever will be first. I'm keeping an eye on those.