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 data file classes with One in prefix #399

Closed ashvina closed 3 months ago

ashvina commented 3 months ago

Addresses #394

The primary goal of this pull request is to enhance the readability of the code. It involves replacing the class name's product-specific prefix (One) to a prefix that more accurately reflects the class's function. Specifically, the data file class (OneDataFile) is an internal class utilized by XTable to temporarily store information about a table's data file. This pull request focuses on code refactoring and does not introduce new tests.

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