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

XTable 2nd release #551

Open vinishjail97 opened 1 month ago

vinishjail97 commented 1 month ago

Feature Request / Improvement

XTable 2nd release updates.

Are you willing to submit PR?

Code of Conduct

vinishjail97 commented 1 month ago

Release branch: https://github.com/apache/incubator-xtable/tree/release-0.2.0-incubating-rc1 Tag: https://github.com/apache/incubator-xtable/releases/tag/0.2.0-incubating-rc1 Git SHA: https://github.com/apache/incubator-xtable/commit/e11411fd53db409cac5d572b68ed6a450f669810

Staged source releases on dis.apache.org https://dist.apache.org/repos/dist/dev/incubator/xtable/0.2.0-incubating-rc1/

Staged artifacts uploaded to repository.apache.org https://repository.apache.org/content/repositories/orgapachextable-1005/org/apache/xtable/

vinishjail97 commented 1 month ago

Release Notes for release-0.2.0-incubating-rc1

Apache XTable™ (Incubating) is a cross-table converter for table formats that facilitates omni-directional interoperability across data processing systems and query engines. Currently, Apache XTable™ supports widely adopted open-source table formats such as Apache Hudi, Apache Iceberg, and Delta Lake.

Summarized Change Log

  1. We have excluded xtable-utilities from the release process because it's a bundled jar containing non ASF compliant dependencies, we will include it back as part of 0.3.0 release. You won't find this module in the staged artifacts or in the source releases distributions for 0.2.0
  2. We have addressed feedback on ASF best practices by IPMC member @pjfanning, all these issues were marked as release blockers and have been resolved.
  3. Fix the edge case when handling non numeric values of double type in delta stats.
  4. Add a UUID Type.
  5. Improved downloads page and other refactoring efforts.

What's Changed

New Contributors

Full Changelog: https://github.com/apache/incubator-xtable/compare/0.1.0-incubating...0.2.0-incubating-rc1

vinishjail97 commented 3 weeks ago

Release Notes for release-0.2.0-incubating-rc2

Apache XTable™ (Incubating) is a cross-table converter for table formats that facilitates omni-directional interoperability across data processing systems and query engines. Currently, Apache XTable™ supports widely adopted open-source table formats such as Apache Hudi, Apache Iceberg, and Delta Lake.

What's changed between rc2 and rc1 ?

  1. Updated LICENSE and NOTICE file contents based on guidance given by LEGAL-684 and feedback provided in 0.2.0-incubating-rc1 voting thread.
  2. Upgrade dependency versions based on CVE-2024-47561

Summarized Change Log

  1. We have addressed feedback on ASF best practices by IPMC member @pjfanning, all these issues were marked as release blockers and have been resolved.
  2. Fix the edge case when handling non numeric values of double type in delta stats.
  3. Add a UUID Type.
  4. Improved downloads page and other refactoring efforts.
  5. We have excluded xtable-utilities from the release process because it's a bundled jar containing non ASF compliant dependencies, we will include it back as part of 0.3.0 release. You won't find this module in the staged artifacts or in the source releases distributions for 0.2.0

What's changed between rc2 and rc1 ?

What's Changed

New Contributors

Full Changelog: https://github.com/apache/incubator-xtable/compare/0.1.0-incubating...0.2.0-incubating-rc2