puchengy commented on code in PR #4692:
URL: https://github.com/apache/iceberg/pull/4692#discussion_r868531139
##########
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/source/SparkWrite.java:
##########
@@ -581,8 +581,13 @@ private static class WriterFactory implements
DataWriterFactory, StreamingDataWr
private final StructType dsSchema;
private final boolean partitionedFanoutEnabled;
- protected WriterFactory(Broadcast<Table> tableBroadcast, FileFormat
format, long targetFileSize,
- Schema writeSchema, StructType dsSchema, boolean
partitionedFanoutEnabled) {
+ protected WriterFactory(
Review Comment:
Maybe undo this as it is not related to this PR.
--
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]