v1.1 - alpha release update
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. All previously stated limitations still apply.
Changes:
- fixed the GRPC dependency to match the YDB SDK version used. This is necessary to avoid the
java.lang.IllegalAccessError
exceptions on YDB discovery calls.