leesf commented on a change in pull request #4490:
URL: https://github.com/apache/hudi/pull/4490#discussion_r777171663
##########
File path:
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestShowPartitions.scala
##########
@@ -154,7 +154,7 @@ class TestShowPartitions extends TestHoodieSqlBase {
Seq("year=2021/month=02/day=default"),
Seq("year=2021/month=02/day=01")
)
- checkAnswer(s"show partitions $tableName partition(day=01)")(
+ checkAnswer(s"show partitions $tableName partition(day='01')")(
Review comment:
here partition must be in string format?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]