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

[536] Update LICENSE and NOTICE files #541

Closed vinishjail97 closed 2 months ago

vinishjail97 commented 2 months ago

Important Read

What is the purpose of the pull request

After removing xtable-utilities from mvn deploy, include the dependencies where code is adapted. Remaining dependencies for parquet, delta, iceberg the library functions have been used directly provided for generating metadata but code hasn't been copied or reused.

The info regarding Xtable dependencies and their category (A, B, X) can be found here. xtable-utilities is the only module which contains category B and X dependencies (because of bundling) and has been excluded from the release as part of this PR https://github.com/apache/incubator-xtable/pull/540

Brief change log

(for example:)

Verify this pull request

(Please pick either of the following options)

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

vinishjail97 commented 2 months ago

@pjfanning @jcamachor @zabetak Please review the LICENSE file and let me know if I need to include other dependencies as well.

This sheet contains information regarding XTable dependencies and their category (A, B, X).

vinishjail97 commented 2 months ago

Squashed into single commit.