RussellSpitzer commented on code in PR #6934:
URL: https://github.com/apache/iceberg/pull/6934#discussion_r1175466470
##########
core/src/main/java/org/apache/iceberg/BaseContentScanTask.java:
##########
@@ -52,12 +53,24 @@ public F file() {
return file;
}
+ protected Schema schema() {
Review Comment:
Little odd that we reverse engineer the schema from the string here, but
seems like the most backwards compatible thing we can do here.
--
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]