You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been adding a lot of features to Kernel (CRC read/write support, table feature infra, column mapping, icebergCompatV2, stats writing, etc.). At the same time, we are also accumulating some tech debt and rough edges to fix. This is an umbrella issue to capture all of them and make sure to address them or block them appropriately before the next Delta release.
Tests: Add more integration tests with table supported/active combo for various features in DeltaTableFeaturesSuite.scala. Current coverage is through unittests on protocol check methods in TableFeaturesSuite.scala
The remaining work items are on the data path. The metadata path is complete with unit and integration tests.
Data path: Make changes to Transaction.transformLogicalData to apply column mapping schema to transform the logical data to physical data
Data path: Convert partition logical names in partition map to column mapping specific physical names (code pointer).
Data path: integration tests. Basically re-run DeltaTableWriteSuite with column mapping mode id and name enabled. Add addition verification specific to column mapping.
We have been adding a lot of features to Kernel (CRC read/write support, table feature infra, column mapping, icebergCompatV2, stats writing, etc.). At the same time, we are also accumulating some tech debt and rough edges to fix. This is an umbrella issue to capture all of them and make sure to address them or block them appropriately before the next Delta release.
Table Features Infra
Owner: @vkorukanti
DeltaTableFeaturesSuite.scala
. Current coverage is through unittests on protocol check methods inTableFeaturesSuite.scala
CaseInsensitiveMap.java
.Column mapping (write)
Owner: @vkorukanti
The remaining work items are on the data path. The metadata path is complete with unit and integration tests.
Transaction.transformLogicalData
to apply column mapping schema to transform the logical data to physical dataDeltaTableWriteSuite
with column mapping modeid
andname
enabled. Add addition verification specific to column mapping.IcebergCompatV2 (write)
Owner: @vkorukanti
Stats writing
Owner: @raveeram-db
SchemaUtils.collectLeafColumns
and instead useSchemaUtils.filterRecursilvey
to achieve the same.CRC read/write
Owner: @huan233usc
DomainMetadata support APIs
Owner: @allisonport-db / @vkorukanti
The text was updated successfully, but these errors were encountered: