laskoviymishka commented on code in PR #762:
URL: https://github.com/apache/iceberg-go/pull/762#discussion_r2885077009


##########
table/arrow_scanner.go:
##########
@@ -205,6 +206,8 @@ func enrichRecordsWithPosDeleteFields(ctx context.Context, 
filePath iceberg.Data
                panic("position delete schema should have required field 'pos'")
        }
 
+       newColsSchema := arrow.NewSchema([]arrow.Field{filePathField[0], 
posField[0]}, nil)

Review Comment:
   make sense, 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.

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