aokolnychyi commented on a change in pull request #1776:
URL: https://github.com/apache/iceberg/pull/1776#discussion_r524696424
##########
File path: spark3/src/main/java/org/apache/iceberg/spark/source/SparkWrite.java
##########
@@ -72,52 +75,67 @@
import static org.apache.iceberg.TableProperties.WRITE_TARGET_FILE_SIZE_BYTES;
import static
org.apache.iceberg.TableProperties.WRITE_TARGET_FILE_SIZE_BYTES_DEFAULT;
-class SparkBatchWrite implements BatchWrite {
- private static final Logger LOG =
LoggerFactory.getLogger(SparkBatchWrite.class);
+class SparkWrite {
+ private static final Logger LOG = LoggerFactory.getLogger(SparkWrite.class);
private final Table table;
+ private final String queryId;
private final FileFormat format;
private final Broadcast<FileIO> io;
private final Broadcast<EncryptionManager> encryptionManager;
- private final boolean overwriteDynamic;
Review comment:
`SparkWrite` contains only common things now.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]