Feature Request / Improvement
Based on the experiments from #9437, spark action is not effective as the serialization cost of each partition stats entry is expensive. Need a table API in the core module to compute stats in a distributed way.
But we still need a SQL way to compute the partition stats. Hence, we will be calling the core API via SQL call procedure.
Query engine
None
Feature Request / Improvement
Based on the experiments from #9437, spark action is not effective as the serialization cost of each partition stats entry is expensive. Need a table API in the core module to compute stats in a distributed way.
But we still need a SQL way to compute the partition stats. Hence, we will be calling the core API via SQL call procedure.
Query engine
None