aokolnychyi commented on a change in pull request #2362:
URL: https://github.com/apache/iceberg/pull/2362#discussion_r608853258
##########
File path:
spark/src/main/java/org/apache/iceberg/spark/source/RowDataRewriter.java
##########
@@ -95,27 +79,29 @@ public RowDataRewriter(Table table, PartitionSpec spec,
boolean caseSensitive,
int partitionId = context.partitionId();
long taskId = context.taskAttemptId();
- RowDataReader dataReader = new RowDataReader(
- task, schema, schema, nameMapping, io.value(),
encryptionManager.value(), caseSensitive);
+ Table table = tableBroadcast.getValue();
Review comment:
Fixed.
--
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]