Skip to content

branch-4.0: [bug](iceberg) use split file format for iceberg scan (#65760)#65806

Open
zhangstar333 wants to merge 1 commit into
apache:branch-4.0from
zhangstar333:branch-4.0-65760
Open

branch-4.0: [bug](iceberg) use split file format for iceberg scan (#65760)#65806
zhangstar333 wants to merge 1 commit into
apache:branch-4.0from
zhangstar333:branch-4.0-65760

Conversation

@zhangstar333

Copy link
Copy Markdown
Contributor

cherry-pick from #65760

Problem Summary:
A table maybe contain mixed parquet and orc files.
before used the table-level format for every split files, it's should
use from data file.
and when table properties were absent, maybe trigger full planFiles()
call for every splits, this cause mush times.
@zhangstar333
zhangstar333 requested a review from morningman as a code owner July 20, 2026 07:10
@hello-stephen

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@zhangstar333

Copy link
Copy Markdown
Contributor Author

run buildall

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.

2 participants