marc-pydantic opened a new pull request, #22365:
URL: https://github.com/apache/datafusion/pull/22365

   I'm not super versed in the serialization machinery involved here, please 
review carefully.
   
   ## Which issue does this PR close?
   
   - Closes #22363.
   
   ## Rationale for this change
   
   The partitioned_by_file_group field was introduced in #21351 and #21342 but 
not added to the protobuf schema, breaking `datafusion-distributed`.
   
   ## What changes are included in this PR?
   
   - Add optional `bool partitioned_by_file_group = 14` to `FileScanExecConf` 
in `datafusion.proto`
   - Serialize the field in `to_proto.rs`
   - Deserialize the field in `from_proto.rs`
   - Regenerate prost/pbjson code
   
   ## Are these changes tested?
   
   Yes, added roundtrip_parquet_exec_partitioned_by_file_group test.
   
   ## Are there any user-facing changes?
   
   No
   
   


-- 
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]

Reply via email to