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
919 stars 147 forks source link

Rename 'Client' classes with more fitting names #406

Closed the-other-tim-brown closed 6 months ago

the-other-tim-brown commented 7 months ago

We have a source and target client interface that we implement for the 3 formats but this naming can cause some confusion. We will transition to reader/writer style names so it is more clear what these are doing without limiting future developments of what these interfaces can evolve into.