rdblue commented on issue #825: Spec: define meta columns for row-level deletes
URL: 
https://github.com/apache/incubator-iceberg/issues/825#issuecomment-602899634
 
 
   @openinx, what I have working in Spark could be implemented in Flink as 
well. I've just updated Spark to be able to request additional columns, which 
I've currently named `_file` and `_pos`. The columns that can be requested are 
"metadata columns" so that `select *` doesn't show them.
   
   The same code used to provide the metadata values to Spark could be used for 
Flink.

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


With regards,
Apache Git Services

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

Reply via email to