RussellSpitzer commented on a change in pull request #1421:
URL: https://github.com/apache/iceberg/pull/1421#discussion_r485998953



##########
File path: core/src/main/java/org/apache/iceberg/DataFilesTable.java
##########
@@ -120,7 +127,8 @@ protected long targetSplitSize(TableOperations ops) {
       super(DataFiles.fromManifest(manifest), null, schemaString, specString, 
residuals);
       this.io = io;
       this.manifest = manifest;
-      this.schema = schema;
+      //Ignore SpecID when reading

Review comment:
       Sorry this is WIP I was mostly getting this out as a "Does this idea 
even make sense" sort of thing. I wanted to demonstrate in code what we were 
thinking




----------------------------------------------------------------
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]

Reply via email to