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.