Skip to content

Conversation

@neuyilan
Copy link
Member

@neuyilan neuyilan commented Jan 13, 2025

Purpose

Due to the introduction of an external path[1], we are unable to use the warehouse's FileIO to read and write files. So we introduced ResolvingFileIO, which allows us to choose the appropriate fileio based on the prefix scheme of the path.

This job is a part of this job[2]

[1] #4751
[2] https://cwiki.apache.org/confluence/display/PAIMON/PIP-29%3A+Introduce+Table+Multi-Location++Management

Tests

Add HybridFileIOTest.java UT

API and Format

no change

Documentation

Because the external path of the file is on the table options. So we don't know the specific file write path from the options in the catalog. So we don't know the underlying write path is an object store or not.
So we need to modify the write-buffer-spillable parameter. Make it default to false

@neuyilan neuyilan closed this Jan 15, 2025
@neuyilan neuyilan reopened this Jan 15, 2025
@neuyilan neuyilan changed the title [Core]Introduce HybyidFileIO [Core]Introduce ResolvingFileIO Jan 17, 2025
@neuyilan neuyilan closed this Jan 21, 2025
@neuyilan neuyilan reopened this Jan 21, 2025
@neuyilan neuyilan requested a review from JingsongLi January 21, 2025 02:37
@neuyilan neuyilan closed this Jan 21, 2025
@neuyilan neuyilan reopened this Jan 21, 2025
@neuyilan neuyilan requested a review from JingsongLi January 21, 2025 06:23
Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@JingsongLi JingsongLi merged commit 065bb04 into apache:master Feb 11, 2025
25 of 26 checks passed
JackeyLee007 pushed a commit to JackeyLee007/paimon that referenced this pull request Feb 14, 2025
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

Successfully merging this pull request may close these issues.

3 participants