This is an automated email from the ASF dual-hosted git repository. timbrown pushed a change to branch 297-properties-based-config-2 in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
omit 02bff5cf fix test setup omit 9c317ca2 fix compile issues omit 437cc155 lint omit a1f0bcd0 more refactoring for config naming omit 08c31514 PR feedback omit f5fc448c Merge remote-tracking branch 'origin/main' into 297-properties-based-config-2 omit 6d37fb6c lint omit 419cc02b fix xtable sync tool omit 538c0c87 fix integration test setup omit a0361bce fix compile issues, update config naming omit a7d01c1f Revert "move data path into base" omit 4a27c5d9 move data path into base omit 482dbcb0 Refactor config classes add fa3a8195 Revert artifact name with incubator prefix add a2a93d8e added docker file (#1) add b2efb42a docs: fix typos and tidying add fc262c03 Upgrade parent pom version from 31 to 33 add 481b4397 Incorrect product name and distribution years in NOTICE file inside jars (#509) add d4dc5bf1 only the blogs add 15cc0f8b add missing images add d44d9f68 Error when generating Javadoc due to old JDK7 compiler version add 18667ee2 Add release guide for XTable new 3159009a Refactor config classes This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (02bff5cf) \ N -- N -- N refs/heads/297-properties-based-config-2 (3159009a) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: Dockerfile | 58 +++ README.md | 20 +- demo/notebook/demo.ipynb | 6 +- demo/start_demo.sh | 6 +- pom.xml | 35 +- release/release_guide.md | 478 +++++++++++++++++++++ release/scripts/create_source_release.sh | 74 ++++ release/scripts/cut_release_branch.sh | 140 ++++++ release/scripts/deploy_staging_jars.sh | 57 +++ .../scripts/validate_source_binary_files.sh | 22 +- release/scripts/validate_source_copyright.sh | 51 +++ .../scripts/validate_source_rat.sh | 9 +- release/scripts/validate_staged_bundles.sh | 49 +++ release/scripts/validate_staged_release.sh | 132 ++++++ website/blog/aws-mwaa.mdx | 18 + website/blog/xtable-databricks.mdx | 17 + website/blog/xtable-iceberg-fs-catalog.mdx | 16 + website/blog/xtable-unity.mdx | 17 + website/docs/biglake-metastore.md | 4 +- website/docs/bigquery.md | 4 +- website/docs/fabric.md | 2 +- website/docs/glue-catalog.md | 4 +- website/docs/hms.md | 4 +- website/docs/how-to.md | 4 +- website/docs/unity-catalog.md | 4 +- website/static/images/blog/aws-mwaa/aws_mwaa.jpg | Bin 0 -> 196756 bytes .../images/blog/iceberg-fs-catalog/ice-fs.jpg | Bin 0 -> 209892 bytes .../static/images/blog/xtable-db/xtable-db-use.jpg | Bin 0 -> 179642 bytes .../images/blog/xtable-unity/xtable_unity.jpg | Bin 0 -> 344175 bytes xtable-api/pom.xml | 4 +- xtable-core/pom.xml | 8 +- xtable-hudi-support/pom.xml | 4 +- .../xtable-hudi-support-extensions/README.md | 6 +- .../xtable-hudi-support-extensions/pom.xml | 8 +- .../xtable-hudi-support-utils/pom.xml | 4 +- xtable-utilities/pom.xml | 8 +- 36 files changed, 1201 insertions(+), 72 deletions(-) create mode 100644 Dockerfile create mode 100644 release/release_guide.md create mode 100755 release/scripts/create_source_release.sh create mode 100755 release/scripts/cut_release_branch.sh create mode 100644 release/scripts/deploy_staging_jars.sh copy demo/start_demo.sh => release/scripts/validate_source_binary_files.sh (51%) create mode 100755 release/scripts/validate_source_copyright.sh copy demo/presto/catalog/hive.properties => release/scripts/validate_source_rat.sh (76%) mode change 100644 => 100755 create mode 100755 release/scripts/validate_staged_bundles.sh create mode 100755 release/scripts/validate_staged_release.sh create mode 100644 website/blog/aws-mwaa.mdx create mode 100644 website/blog/xtable-databricks.mdx create mode 100644 website/blog/xtable-iceberg-fs-catalog.mdx create mode 100644 website/blog/xtable-unity.mdx create mode 100644 website/static/images/blog/aws-mwaa/aws_mwaa.jpg create mode 100644 website/static/images/blog/iceberg-fs-catalog/ice-fs.jpg create mode 100644 website/static/images/blog/xtable-db/xtable-db-use.jpg create mode 100644 website/static/images/blog/xtable-unity/xtable_unity.jpg