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
Currently our property (table configuration) setting during the create action is handled incorrectly. There are some cases where we need to do additional actions such as bumping the protocol version, which we aren't doing. @rtyler@roeap
Examples:
Settting "delta.minWriterVersion = '5'" should bump writer protocol to version 5 during the commit with protocol action.
Setting "delta.enableChangeDataFeed = true" should bump it to the minim required protocol version to read and write CDF.
There are a couple more cases, my plan is to address this while working on the SET TBLPROPERTIES since the behavior of this should be common.
The common part will be current protocol + TableConfig -> Protocol + Metadata Action. The current protocol will be defined after things like knowing if table contains TimestampNtz, or if operation is calling SET TBLPROPERTIES grabbing the latest protocol of the existing table.
The text was updated successfully, but these errors were encountered:
Environment
Currently our property (table configuration) setting during the create action is handled incorrectly. There are some cases where we need to do additional actions such as bumping the protocol version, which we aren't doing. @rtyler @roeap
Examples:
There are a couple more cases, my plan is to address this while working on the SET TBLPROPERTIES since the behavior of this should be common.
The common part will be
current protocol + TableConfig -> Protocol + Metadata Action
. The current protocol will be defined after things like knowing if table contains TimestampNtz, or if operation is calling SET TBLPROPERTIES grabbing the latest protocol of the existing table.The text was updated successfully, but these errors were encountered: