Skip to content

Commit a7638d6

Browse files
committed
ut use existing partition value
1 parent 7046db8 commit a7638d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/OptimizeMetadataOnlyQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class OptimizeMetadataOnlyQuerySuite extends QueryTest with SharedSparkSession {
113113
| SELECT MAX(partcol1)
114114
| FROM srcpart
115115
|)
116-
|AND partcol2 = 'event'
116+
|AND partcol2 = 'even'
117117
|GROUP BY partcol1
118118
|""".stripMargin
119119
)

0 commit comments

Comments
 (0)