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
768 stars 119 forks source link

Refactor: rename schema and snapshot classes with One in prefix #400

Closed ashvina closed 3 months ago

ashvina commented 3 months ago

This change improves the code readability. The change fixes name of classes with old product-specific prefix (One), either replaces "One" with prefix "internal", as it more accurately reflects the class's function, or removes "One" altogether. This change targets OneSchema and OneSnapshot classes. These are internal classes that hold and transfer information about a table's schema and snapshots. This change focuses on code refactoring and does not introduce new tests.

Relates to #394

xtable-bot commented 3 months ago

CI report:

Bot commands @xtable-bot supports the following commands: - `@xtable-bot run azure` re-run the last Azure build