apache / incubator-xtable

Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
https://xtable.apache.org/
Apache License 2.0
919 stars 147 forks source link

Make project compilable against jdk8 #474

Closed daragu closed 4 months ago

daragu commented 4 months ago

What is the purpose of the pull request

Make project compilable against jdk8.

Verify this pull request

(Please pick either of the following options)

This pull request is a trivial rework / code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

ghost commented 4 months ago

CI report:

Bot commands @xtable-bot supports the following commands: - `@xtable-bot run azure` re-run the last Azure build
daragu commented 4 months ago

I found that HoodieColumnRangeMetadata has been updated in hudi master branch, so we can't make project compilable against jdk8 currently.