szlta opened a new pull request, #3737: URL: https://github.com/apache/hive/pull/3737
In order to utilize the existing DeleteFilter implementation of Iceberg we'll need to provide a row iterator that iterates through the rows of a VectorizedRowBatch instance. This can be used during a read with positional deletes, but it will be especially required for implementing equality deletes. A HiveRow concept needs to be created along with a converter class that provides row data information that's usable as an Iceberg Record. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
