File
engine with Parquet
format produces inconsistent results
#23862
Labels
bug
Confirmed user-visible misbehaviour in official release
You have to provide the following information whenever possible.
Describe the bug
When using multiple
INSERT
statements on aFile
table with formatParquet
, the underlyingParquet
file gets inconsistent.Exception from Apache Spark (could be any Parquet processor) processing the file:
Does it reproduce on recent release?
The list of releases
How to reproduce
Using ClickHouse server version 20.8.11.17.
parquet-tools reports incorrect num_rows
Expected behavior
The
File
engine with formatParquet
should either support multipleINSERT
statements or fail with a clear error message on the secondINSERT
.The text was updated successfully, but these errors were encountered: