RussellSpitzer commented on a change in pull request #2608:
URL: https://github.com/apache/iceberg/pull/2608#discussion_r635471858
##########
File path: spark/src/main/java/org/apache/iceberg/spark/SparkDataFile.java
##########
@@ -91,14 +92,19 @@ public SparkDataFile wrap(Row row) {
return this;
}
+ public SparkDataFile withSpecId(int newSpecId) {
Review comment:
Did you file the proposal to add specID into the datafile? I know i've
had a few temporary prs where I thought about doing this. We could change the
reader itself so that this is always populated and I think there is an active
PR to do this somewhere as well.
--
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]