v1.0 - initial alpha release
This is the first alpha release of YDB Connector for Apache Spark. It allows Spark applications to connect to YDB, and read and write row tables. Known limitations:
- Only row tables access has been tested. Reading and writing columnar tables is expected to fail.
- The connector cannot read YDB system tables (e.g. those under the
.sys
directory). - Query results may be inconsistent in case of concurrent writes to the tables being read by the Connector.
- In case of any error during the write operation performed through the Connector, the target table may be left inconsistent (some rows may have been written, and some have not).
These limitations are to be addressed in the future releases of the Connector.