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
853 stars 140 forks source link

Refactor: rename classes to fix the prefix #402

Closed ashvina closed 6 months ago

ashvina commented 6 months ago

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 and distinguishes the class from classes in table format packages, or removes "One" altogether from the class name.

The following class name changes are introduced: . OneTable is now InternalTable (#394) . OneTableErrorCode is now ErrorCode (#397) . OneTableException is now InternalException (#396) . OneParseException is now OneParseException (#396)

ghost commented 6 months ago

CI report:

Bot commands @xtable-bot supports the following commands: - `@xtable-bot run azure` re-run the last Azure build
ashvina commented 6 months ago

This PR fixes OneTableMetadata (#395) and OneTableErrorCode (#397) also.