Michael Smith created IMPALA-15370:
--------------------------------------
Summary: Upgrade datasketches
Key: IMPALA-15370
URL: https://issues.apache.org/jira/browse/IMPALA-15370
Project: IMPALA
Issue Type: Task
Components: Frontend
Reporter: Michael Smith
When upgrading datasketches to 6.2,
{{query_test/test_iceberg.py::TestIcebergTableWithPuffinStats::test_puffin_stats_no_tbl_props_change}}
fails with
{code:java}
assert [1, -1, 3, -1, 5, -1, ...] == [-1, -1, -1, -1, -1, -1, ...]
At index 0 diff: 1 != -1
Full diff:
- [-1, -1, -1, -1, -1, -1, -1, -1, 2000, -1]
+ [1, -1, 3, -1, 5, -1, -1, -1, 2000, -1] {code}
We need to investigate that before upgrading.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]