rdblue commented on a change in pull request #1508: URL: https://github.com/apache/iceberg/pull/1508#discussion_r496942313
########## File path: spark3/src/main/java/org/apache/iceberg/spark/source/IcebergSource.java ########## @@ -62,7 +62,7 @@ public SparkTable getTable(StructType schema, Transform[] partitioning, Map<Stri Table icebergTable = getTableAndResolveHadoopConfiguration(options, conf); // Build Spark table based on Iceberg table, and return it - return new SparkTable(icebergTable, schema); + return new SparkTable(icebergTable, schema, options); Review comment: I think that `SparkTable` should include a `snapshotId` so that it returns the correct snapshot's schema to the analyzer, when possible. I don't think that it needs to include these options, when no other options are used by the table. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org