Skip to content

Commit

Permalink
resolved Sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Oct 11, 2024
1 parent 392c417 commit 31efa0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ private CreateTableChangeDatabricks getCreateTableChangeDatabricks(ExtendedTable
return createTableChangeDatabricks;
}

@Override
protected CreateTableChange createCreateTableChange() {
return new CreateTableChangeDatabricks();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

public class TableSnapshotGeneratorDatabricks extends TableSnapshotGenerator {

private final static String LOCATION = "Location";
private final static String TABLE_PROPERTIES = "Table Properties";
private final static String TBL_PROPERTIES = "tblProperties";
private final static String DETAILED_TABLE_INFORMATION_NODE = "# Detailed Table Information";
private static final String LOCATION = "Location";
private static final String TABLE_PROPERTIES = "Table Properties";
private static final String TBL_PROPERTIES = "tblProperties";
private static final String DETAILED_TABLE_INFORMATION_NODE = "# Detailed Table Information";

@Override
public int getPriority(Class<? extends DatabaseObject> objectType, Database database) {
Expand Down

0 comments on commit 31efa0e

Please sign in to comment.