xiarixiaoyao commented on pull request #4013: URL: https://github.com/apache/hudi/pull/4013#issuecomment-975160541
@leesf we can build indexes for Dataskipping Manually。 step1: we can use ZCurveOptimizeHelper.getMinMaxValue to get min-max statistics info for current table ste2: use ZCurveOptimizeHelper.saveStatisticsInfo to save statistics info. see line105 and line 111 in TestOptimizeTable -- 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]
