Skip to content

Commit

Permalink
added tblProperties to expectedJson
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Oct 11, 2024
1 parent be58985 commit 392c417
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"snapshot": {
"objects": {
"liquibase.structure.core.Table": [
{
"table": {
"name": "test_table",
"tblProperties" : "delta.checkpoint.writeStatsAsJson=false,delta.checkpoint.writeStatsAsStruct=true,delta.columnMapping.maxColumnId=2,delta.columnMapping.mode=name,delta.enableDeletionVectors=true,delta.feature.allowColumnDefaults=supported,delta.feature.columnMapping=supported,delta.feature.deletionVectors=supported,delta.feature.invariants=supported,delta.minReaderVersion=3,delta.minWriterVersion=7"
}
},
{
"table": {
"name": "test_table_properties",
"tblProperties" : "delta.checkpoint.writeStatsAsJson=false,delta.checkpoint.writeStatsAsStruct=true,delta.enableDeletionVectors=true,delta.feature.deletionVectors=supported,delta.feature.invariants=supported,delta.minReaderVersion=3,delta.minWriterVersion=7,external.location=s3://mybucket/mytable,this.is.my.key=12,this.is.my.key2=true"
}
}
],
"liquibase.structure.core.Column": [
{
"column": {
"name": "test_id"
}
}
]
}
}
}

0 comments on commit 392c417

Please sign in to comment.