You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered an unexpected behavior while executing query from cumulative_add_sparse_edge.sql regress test.
The given test run from data file cumulative_add_sparse_edge.csv.
Since every rows hll value is calculated by using previous hll value and current raw value, I tried to run them manually and getting unexpected results. I used second last hll value to generate last row's hll values as given below
postgres=> select version();
version
-------------------------------------------------------------------------------------------------------------
PostgreSQL 16.1 on aarch64-unknown-linux-gnu, compiled by aarch64-unknown-linux-gnu-gcc (GCC) 9.5.0, 64-bit
Can someone help me out here? Is this an issue or some precision error, and if not an issue then how to get correct values which is present in .csv file
The text was updated successfully, but these errors were encountered:
I have encountered an unexpected behavior while executing query from cumulative_add_sparse_edge.sql regress test.
The given test run from data file cumulative_add_sparse_edge.csv.
Since every rows hll value is calculated by using previous hll value and current raw value, I tried to run them manually and getting unexpected results. I used second last hll value to generate last row's hll values as given below
But according to the cumulative_add_sparse_edge.csv file the generated value must be
I am using postgres version
Can someone help me out here? Is this an issue or some precision error, and if not an issue then how to get correct values which is present in .csv file
The text was updated successfully, but these errors were encountered: