Problem
Currently, the python package can read an lance file. We need to add write support in Python as well.
The WriteTable functionality has already been implemented in C++ side.
Desired behavior
Implement pylance.write_table(...) API to wrap C++ WriteTable API, takes in an Pyarrow Table, and write to disk.
Problem
Currently, the python package can read an
lancefile. We need to add write support in Python as well.The
WriteTablefunctionality has already been implemented in C++ side.Desired behavior
Implement
pylance.write_table(...)API to wrap C++WriteTableAPI, takes in an Pyarrow Table, and write to disk.