Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ public Object[][] columnMappingModeDataProvider()
}

/**
* @see databricks.timestamp_ntz
* @see databricks131.timestamp_ntz
*/
@Test
public void testTimestampNtz()
Expand Down Expand Up @@ -550,7 +550,7 @@ public void testTimestampNtz()
}

/**
* @see databricks.timestamp_ntz_partition
* @see databricks131.timestamp_ntz_partition
*/
@Test
public void testTimestampNtzPartitioned()
Expand Down Expand Up @@ -592,7 +592,7 @@ public void testTimestampNtzPartitioned()
}

/**
* @see databricks.identity_columns
* @see databricks122.identity_columns
*/
@Test
public void testIdentityColumns()
Expand Down