Conversation
|
Any chance these and all your other good fixes to pqv3 and index analysis can be backported to 25.8 LTS and 25.9-stable? |
divanik
left a comment
There was a problem hiding this comment.
Took a look partially, will review SchemaConverter a bit later
|
Is there a label to make CI run all tests? Does |
|
03578_parallel_replicas_minicrawl and ast fuzzer are flaky. |
| if (parquet_name.has_value()) | ||
| *parquet_name += "."; | ||
| else | ||
| parquet_name.emplace(); |
There was a problem hiding this comment.
Shouldn't we copy the whole name here?
There was a problem hiding this comment.
The next line does that? Like, if it's the first component of the name then append it to empty string, without a '.'
|
03658_joined_block_split_single_row_bytes and 03578_parallel_replicas_minicrawl are flaky. |
More fixes for parquet reader v3, enable it in stateless tests
Antalya 25.8 Backport of ClickHouse#87600 - More fixes for parquet reader v3, enable it in stateless tests
Changelog category (leave one):
This PR is stacked on top of #87220 , review only the commits starting fromFixes for parquet reader v3, enable it in stateless tests.Closes #87509
Closes #87396
All stateless tests should pass now.