xylaaaaa opened a new pull request, #60795: URL: https://github.com/apache/doris/pull/60795
## Problem When FE does not pass full table options in scan ranges, paimon-cpp may default to . For non-avro environments, this can fail in initialization with: . ## Solution In , if split-level exists and table options are missing/empty: - set from split - set from split This keeps paimon-cpp format resolution consistent with the actual split format and avoids unintended avro fallback. ## Verification - Incremental BE build succeeded for target. - Change scope is limited to . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
