-
Notifications
You must be signed in to change notification settings - Fork 370
Paimon implement read interfaces #1505
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
Conversation
d4f6e08
to
f89bc23
Compare
@luoyuxia cc Failed for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@beryllw Thanks for the pr. Overall LGTM, but left some comments. PTAL
...s-lake-paimon/src/main/java/com/alibaba/fluss/lake/paimon/lakehouse/FlussRowAsPaimonRow.java
Outdated
Show resolved
Hide resolved
...-lake-paimon/src/main/java/com/alibaba/fluss/lake/paimon/tiering/FlussRecordAsPaimonRow.java
Outdated
Show resolved
Hide resolved
...ake/fluss-lake-paimon/src/main/java/com/alibaba/fluss/lake/paimon/lakehouse/PaimonSplit.java
Outdated
Show resolved
Hide resolved
...luss-lake-paimon/src/main/java/com/alibaba/fluss/lake/paimon/lakehouse/PaimonLakeSource.java
Outdated
Show resolved
Hide resolved
...ss-lake-paimon/src/main/java/com/alibaba/fluss/lake/paimon/lakehouse/PaimonRecordReader.java
Outdated
Show resolved
Hide resolved
...imon/src/test/java/com/alibaba/fluss/lake/paimon/lakehouse/PaimonSortedRecordReaderTest.java
Outdated
Show resolved
Hide resolved
...imon/src/test/java/com/alibaba/fluss/lake/paimon/lakehouse/PaimonSortedRecordReaderTest.java
Outdated
Show resolved
Hide resolved
...imon/src/test/java/com/alibaba/fluss/lake/paimon/lakehouse/PaimonSortedRecordReaderTest.java
Outdated
Show resolved
Hide resolved
...imon/src/test/java/com/alibaba/fluss/lake/paimon/lakehouse/PaimonSortedRecordReaderTest.java
Outdated
Show resolved
Hide resolved
...s-lake-paimon/src/main/java/com/alibaba/fluss/lake/paimon/lakehouse/FlussRowAsPaimonRow.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@beryllw Thanks for the updating. LGTM!
Purpose
Linked issue: close #1432
Brief change log
Paimon lake source implement union read interfaces.
Tests
API and Format
Documentation