alamb commented on code in PR #11415:
URL: https://github.com/apache/datafusion/pull/11415#discussion_r1676379315


##########
datafusion/core/src/datasource/file_format/write/orchestration.rs:
##########
@@ -50,7 +50,7 @@ pub(crate) async fn serialize_rb_stream_to_object_store(
     mut data_rx: Receiver<RecordBatch>,
     serializer: Arc<dyn BatchSerializer>,
     mut writer: WriterType,
-) -> std::result::Result<(WriterType, u64), (WriterType, DataFusionError)> {
+) -> std::result::Result<(WriterType, u64), (Option<WriterType>, 
DataFusionError)> {

Review Comment:
   Filed https://github.com/apache/datafusion/issues/11443 to track cleaning up 
the megatype



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