Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the correct FileIO for all file interaction #47

Closed
rdblue opened this issue Dec 11, 2018 · 2 comments
Closed

Use the correct FileIO for all file interaction #47

rdblue opened this issue Dec 11, 2018 · 2 comments

Comments

@rdblue
Copy link
Contributor

rdblue commented Dec 11, 2018

#14 split the file-related methods from TableOperations into a separate FileIO class. The new class is serializable so that it can be sent to other JVMs where tasks run. The Spark integration needs to be updated to send a FileIO instance and use it when opening data files.

@rdblue
Copy link
Contributor Author

rdblue commented Dec 11, 2018

@mccheah, I think this is needed for you to hook into all file reads.

@rdblue
Copy link
Contributor Author

rdblue commented Jan 13, 2019

This was fixed by #52.

@rdblue rdblue closed this as completed Jan 13, 2019
jun-ma-0 pushed a commit to jun-ma-0/incubator-iceberg that referenced this issue Feb 6, 2020
PLAT-48604 fix handling of null snapshot summary on tombstone merge
bkahloon pushed a commit to bkahloon/iceberg that referenced this issue Feb 27, 2021
…e#47)

* Hive: Use Hive table location in HiveIcebergSplit
* Hive: Fix schema not passed to Serde

Co-authored-by: Shardul Mahadik <smahadik@linkedin.com>
puchengy added a commit to puchengy/iceberg that referenced this issue Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant