AngersZhuuuu commented on a change in pull request #31272:
URL: https://github.com/apache/spark/pull/31272#discussion_r563653636
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/StatisticsSuite.scala
##########
@@ -774,9 +774,9 @@ class StatisticsSuite extends StatisticsCollectionTestBase
with TestHiveSingleto
StatsSetupConst.TOTAL_SIZE).forall(!tableMetadata.contains(_)))
if (analyzedByHive) {
- assert(StringUtils.filterPattern(describeResult1,
"*numRows\\s+500*").nonEmpty)
Review comment:
> `*` will not be supported ?
It's the problem of `\\s+` not supported
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]