YannByron commented on a change in pull request #4490:
URL: https://github.com/apache/hudi/pull/4490#discussion_r777172862
##########
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:
it's related to the origin type of the field. In this case, `day` is
string type.
--
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]