AnuragRaut08 commented on PR #25334: URL: https://github.com/apache/datafusion/pull/25334#issuecomment-5684294278
The `ColumnRelation` protobuf change intentionally adds `parts` as a new field while retaining `relation` for compatibility. New writers populate both fields, while readers prefer `parts` and fall back to the legacy `relation` field. This preserves existing serialized messages while keeping dotted identifiers lossless across the round trip. The `auto detected api change` label is expected here because the generated public protobuf struct gains the new field. -- 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]
