Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
2025-7
Description
Consider the example.
set histogram_size=52;
|
ANALYZE TABLE lineitem PERSISTENT FOR COLUMNS(l_orderkey) INDEXES();
|
And then run TPC-H Q1 using any Scale Factor. QA if used delivers incorrect results.
Presumably logic that merges neighbor ranges calculates incorrect bounds.