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
Currently , in GlutenClickHouseTPCHParquetSuite#createTPCHNullableTables we'll RANDOMLY salt 10% data to NULL to test null values. For a single row, each column of the row will have a 10% chance to be NULL, this adds up to a higher chance of a sql returning 0 records. E.g. TPCH Q2:
10% salt returning 0 rows (not everytime, but with a higher chance)
1% salt:
The text was updated successfully, but these errors were encountered:
Description
Currently , in GlutenClickHouseTPCHParquetSuite#createTPCHNullableTables we'll RANDOMLY salt 10% data to NULL to test null values. For a single row, each column of the row will have a 10% chance to be NULL, this adds up to a higher chance of a sql returning 0 records. E.g. TPCH Q2:
10% salt returning 0 rows (not everytime, but with a higher chance)
1% salt:
The text was updated successfully, but these errors were encountered: