A portable Pythonic Data Catalog API powered by Ray that brings exabyte-level scalability and fast, ACID-compliant, change-data-capture to your big data workloads.
This PR supports tables with null primary keys. We observed one table had null primary key and the schema specifying primary key can be null. This breaks the primary key definition. However, in the short term we will follow spark compaction behavior and in the long term we will rollback to the current behavior where it's not supported.
This PR supports tables with null primary keys. We observed one table had null primary key and the schema specifying primary key can be null. This breaks the primary key definition. However, in the short term we will follow spark compaction behavior and in the long term we will rollback to the current behavior where it's not supported.