zhangbutao commented on PR #5098: URL: https://github.com/apache/hive/pull/5098#issuecomment-2134807474
> @zhangbutao , could we extract this check logic into some method to be consistent in multiple places where this check is used? It seems that it is not easy to extract this check logic. `ColumnStatsUpdateTask::constructColumnStatsFromInput` is used for **update/write** table/partition stats, and `StatObjectConverter::getTableColumnStatisticsObj` is used for **get/read** table/partition stats. The two method has some different check & one is in `hive-exec` and another is in `standalone-metastore`. -- 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]
