Rahil C
Rahil C
### Change Logs _Describe context and summary for this change. Highlight if any code was copied._ ### Impact _Describe any public API or user-facing feature change or any performance impact._...
Dev List discussion thread around adding support for pagination in list namespaces, tables, and views: https://lists.apache.org/thread/lql05h02qtp8mgq74ovhb0ndd76ck4f3 Credit to @emkornfield for creating this google doc for listing all cases which this...
Implemented pagination in list apis based on the spec: https://github.com/apache/iceberg/pull/9660 @jackye1995 @nastra @danielcweeks @geruh ## Testing * Ran gradle build * Manual test passed using spark sql and rest catalog
Dev list discussion thread for this change: https://lists.apache.org/thread/flmw1qts0hv8n0k4pd9n1nfry322633y cc @jackye1995 @rdblue @danielcweeks @nastra @amogh-jahagirdar ## Testing ran make install, make lint, make generate, and python3 rest-catalog-open-api.py
### Proposed Change Originally proposed the following design for introducing a new REST api for performing table scans, doc here: https://docs.google.com/document/d/1FdjCnFZM1fNtgyb9-v9fU4FwOX4An-pqEwSaJe8RgUg/edit#heading=h.cftjlkb2wh4h The design also contains a link to a draft...
## Issue Summary * When testing the following Iceberg integration, I encountered the following failure when running `REMOVE ORPHAN FILES PROCEDURE` ``` java.io.UncheckedIOException: java.io.IOException: com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3;...
This pr adds the new scan planning apis based on the recent REST spec changes made in the following https://github.com/apache/iceberg/pull/9695. In addition there is an additional spec change to `loadTable`...
## *Important Read* - *Please ensure the GitHub issue is mentioned at the beginning of the PR* ## What is the purpose of the pull request *(For example: This pull...
## What is the purpose of the pull request * Adds an RFC for an external REST Service that will run Apache XTable for metadata conversions. * The following google...
## What is the purpose of the pull request * Follow up pr regarding spec change for service ## Brief change log * Minor spec changes after landing intial impl...