rdblue commented on issue #1257: URL: https://github.com/apache/iceberg/issues/1257#issuecomment-666502889
You should be able to just write a data file directly with a schema that doesn't include those columns, then append it to the table. Here's an example that does it for Parquet: https://github.com/apache/iceberg/blob/master/spark/src/test/java/org/apache/iceberg/spark/source/TestParquetScan.java ---------------------------------------------------------------- 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]
