Skip to content

fix(sql): fix potential unexpected exception when parquet file schema changed in read_parquet() #6513

Merged
bluestreak01 merged 4 commits intomasterfrom
parquet_metadata_change_fix
Dec 13, 2025
Merged

fix(sql): fix potential unexpected exception when parquet file schema changed in read_parquet() #6513
bluestreak01 merged 4 commits intomasterfrom
parquet_metadata_change_fix

Conversation

@kafka1991
Copy link
Copy Markdown
Collaborator

@kafka1991 kafka1991 commented Dec 8, 2025

close #6469

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Dec 8, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch parquet_metadata_change_fix

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kafka1991 kafka1991 changed the title fix(sql): fix parquet metadata index check fix(sql):fix potential unexpected exception when parquet file schema changed in reading_parquet() Dec 8, 2025
@kafka1991 kafka1991 changed the title fix(sql):fix potential unexpected exception when parquet file schema changed in reading_parquet() fix(sql): fix potential unexpected exception when parquet file schema changed in reading_parquet() Dec 8, 2025
@nwoolmer nwoolmer changed the title fix(sql): fix potential unexpected exception when parquet file schema changed in reading_parquet() fix(sql): fix potential unexpected exception when parquet file schema changed in read_parquet() Dec 8, 2025
@glasstiger
Copy link
Copy Markdown
Contributor

[PR Coverage check]

😍 pass : 2 / 2 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/engine/functions/table/ReadParquetRecordCursor.java 2 2 100.00%

@bluestreak01 bluestreak01 merged commit 3137b86 into master Dec 13, 2025
43 checks passed
@bluestreak01 bluestreak01 deleted the parquet_metadata_change_fix branch December 13, 2025 01:44
mtopolnik pushed a commit that referenced this pull request Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

First read_parquet() query fails after Parquet file schema changes

3 participants