Skip to content

Commit

Permalink
Merge pull request #230 from liquibase/DAT-18731
Browse files Browse the repository at this point in the history
DAT-18731 - Resolving the /null problem when not finding the createTable.sql
  • Loading branch information
CharlesQueiroz authored Dec 20, 2024
2 parents 77a8782 + c569dec commit f6a915e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package liquibase.ext.databricks;

import liquibase.harness.AdvancedHarnessSuite;
import liquibase.harness.generateChangelog.GenerateChangelogTest;
import liquibase.harness.snapshot.SnapshotObjectTests;
import org.junit.platform.suite.api.SelectClasses;

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE TABLE test_table_xml (test_column INT) USING delta TBLPROPERTIES('delta.feature.allowColumnDefaults' = 'supported', 'delta.columnMapping.mode' = 'name', 'delta.enableDeletionVectors' = true);

0 comments on commit f6a915e

Please sign in to comment.