Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
richardc-db committed May 14, 2024
1 parent 9c88f8b commit 06bf43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ object TimestampNTZTableFeature extends ReaderWriterFeature(name = "timestampNtz
}
}

object VariantTypeTableFeature extends ReaderWriterFeature(name = "variantType-dev")
object VariantTypeTableFeature extends ReaderWriterFeature(name = "variantType-preview")
with FeatureAutomaticallyEnabledByMetadata {
override def metadataRequiresFeatureToBeEnabled(
metadata: Metadata, spark: SparkSession): Boolean = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class DeltaVariantSuite
// add table feature
sql(
s"ALTER TABLE tbl " +
s"SET TBLPROPERTIES('delta.feature.variantType-dev' = 'supported')"
s"SET TBLPROPERTIES('delta.feature.variantType-preview' = 'supported')"
)

sql("ALTER TABLE tbl ADD COLUMN v VARIANT")
Expand Down

0 comments on commit 06bf43f

Please sign in to comment.