Jibing-Li commented on code in PR #35124:
URL: https://github.com/apache/doris/pull/35124#discussion_r1607959623
##########
regression-test/suites/external_table_p2/hive/test_hive_statistics_from_hms.groovy:
##########
@@ -55,8 +55,8 @@ suite("test_hive_statistics_from_hms",
"p2,external,hive,external_remote,externa
assertTrue(result[0][4] == "0.0")
assertTrue(result[0][5] == "2.400486E7")
assertTrue(result[0][6] == "4.0")
- assertTrue(result[0][7] == "\'1992-01-04\'")
Review Comment:
Yes. The min/max value fetched from HMS may not accurate, which may cause
the estimated row count become 0. So we remove all min/max value here.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]