kywe665 commented on code in PR #352: URL: https://github.com/apache/incubator-xtable/pull/352#discussion_r1517351712
########## README.md: ########## @@ -1,73 +1,81 @@ -# OneTable +# Apache XTable™ (Incubating) [](https://dev.azure.com/onetable-io/onetable-io/_build/latest?definitionId=1&branchName=main) -OneTable is an omni-directional converter for table formats that facilitates interoperability across data processing systems -and query engines. -Currently, OneTable supports widely adopted open-source table formats such as Apache Hudi, Apache Iceberg, and Delta Lake. +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. -OneTable simplifies data lake operations by leveraging a common model for table representation. -This allows users to write data in one format while still benefiting from integrations and features available in other -formats. -For instance, OneTable enables existing Hudi users to seamlessly work with Databricks's Photon Engine or query Iceberg -tables with Snowflake. -Creating transformations from one format to another is straightforward and only requires the implementation of a few interfaces, -which we believe will facilitate the expansion of supported source and target formats in the future. +Apache XTable™ simplifies data lake operations by leveraging a common model for table representation. This allows users to write +data in one format while still benefiting from integrations and features available in other formats. For instance, +Apache XTable™ enables existing Hudi users to seamlessly work with Databricks's Photon Engine or query Iceberg tables with +Snowflake. Creating transformations from one format to another is straightforward and only requires the implementation +of a few interfaces, which we believe will facilitate the expansion of supported source and target formats in the +future. # Building the project and running tests. -1. Use Java11 for building the project. If you are using some other java version, you can use [jenv](https://github.com/jenv/jenv) to use multiple java versions locally. + Review Comment: Good idea to keep it clean, I believe I removed them all -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org