Skip to content

Commit 1b46d35

Browse files
committed
Rename variable
Signed-off-by: currantw <taylor.curran@improving.com>
1 parent 0b642c2 commit 1b46d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integ-test/src/integration/scala/org/opensearch/flint/spark/ppl/FlintSparkPPLBuiltInDateTimeFunctionITSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class FlintSparkPPLBuiltInDateTimeFunctionITSuite
2222
with StreamTest {
2323

2424
/** Test table and index name */
25-
private val testPartitionedStateCountryTable = "spark_catalog.default.flint_ppl_test"
25+
private val testPartitionedStateCountryTable = "spark_catalog.default.flint_ppl_partitioned_state_country"
2626
private val testRelativeDateTimeTable = "spark_catalog.default.flint_ppl_relative_datetime"
2727

2828
override def beforeAll(): Unit = {

0 commit comments

Comments
 (0)