You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/27 17:38:51 UTC

[GitHub] [iceberg] SinghAsDev opened a new issue #3995: Enable data and delete files for a table to be in different formats

SinghAsDev opened a new issue #3995:
URL: https://github.com/apache/iceberg/issues/3995


   Data and delete files could be in different formats right now, however, table scans don't support reading different formats for data and delete files.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] flyrain commented on issue #3995: Enable data and delete files for a table to be in different formats

Posted by GitBox <gi...@apache.org>.
flyrain commented on issue #3995:
URL: https://github.com/apache/iceberg/issues/3995#issuecomment-1023618913


   It should work by checking the code. Did you test it out? For example, data file is parquet, delete file is avro.
   Here is the delete read path, which is different from data file read path. https://github.com/apache/iceberg/blob/7fd7ccbcc5493b98aba3d5a26117e87d299bdbcf/data/src/main/java/org/apache/iceberg/data/DeleteFilter.java#L241
   


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org