flyrain commented on code in PR #5248:
URL: https://github.com/apache/iceberg/pull/5248#discussion_r927071026
##########
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/RowDataRewriter.java:
##########
@@ -112,7 +112,7 @@ private List<DataFile> rewriteDataForTask(CombinedScanTask
task) throws Exceptio
try {
while (dataReader.next()) {
- InternalRow row = dataReader.get();
+ InternalRow row = (InternalRow) dataReader.get();
Review Comment:
Removed after the new change.
--
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]