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
Reason: After ClickHouse/ClickHouse#69473, DataBuffer constructor will not set each element to zero, which means that after ColumnReader::next, only batch.data[i] in those rows with batch.notNulls[i] != 0 will be initialized. For rows with batch.notNulls[i] == 0, batch.data[i] is not initialized.
taiyang-li
changed the title
[CH] failed ut: "read data from orc file format"
[CH] failed ut: "read data from orc file format" and "test table bucketed by all typed columns"
Nov 8, 2024
Backend
CH (ClickHouse)
Bug description
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: