Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 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 @@ -535,7 +535,7 @@ Catalog Name spark_catalog
Comment some comment
Location [not included in comparison]/{warehouse_dir}/someloc
Namespace Name ident
Owner runner
Owner [not included in comparison]


-- !query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ trait SQLQueryTestHelper extends Logging {
.replaceAll("Created By.*", s"Created By $notIncludedMsg")
.replaceAll("Created Time.*", s"Created Time $notIncludedMsg")
.replaceAll("Last Access.*", s"Last Access $notIncludedMsg")
.replaceAll("Owner.*", s"Owner $notIncludedMsg")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change seems good to me too. @panbingkun Thank you!

.replaceAll("Partition Statistics\t\\d+", s"Partition Statistics\t$notIncludedMsg")
.replaceAll("CTERelationDef \\d+,", s"CTERelationDef xxxx,")
.replaceAll("CTERelationRef \\d+,", s"CTERelationRef xxxx,")
Expand Down