Jibing-Li commented on code in PR #22963:
URL: https://github.com/apache/doris/pull/22963#discussion_r1299531151
##########
fe/fe-core/src/main/java/org/apache/doris/statistics/HMSAnalysisTask.java:
##########
@@ -117,39 +116,14 @@ public void doExecute() throws Exception {
* Get table row count and insert the result to
__internal_schema.table_statistics
*/
private void getTableStats() throws Exception {
- // Get table level information. An example sql for table stats:
Review Comment:
Please keep this `if (isPartitionOnly) ` branch, this branch maybe useful
for partition statistics. I think just modify the else branch is ok for now.
--
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]