Open Yohahaha opened 6 days ago
Name | Link |
---|---|
Latest commit | e2b42945b2950646762961e3c95f8234e8364c30 |
Latest deploy log | https://app.netlify.com/sites/meta-velox/deploys/673e966b4a248700083bbcd4 |
Deploy Preview | https://deploy-preview-11565--meta-velox.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@PHILO-HE @rui-mo @mbasmanova would you help review this PR? it's help speed up sparksql compilation time.
@FelixYBW @majetideepak @pedroerp would you help review this PR? it's help speed up sparksql complication times.
@rui-mo would you help review again?
This PR aims to speed up sparksql compilation times, sparksql registration code was split from velox_functions_spark, and rename old velox_functions_spark to velox_functions_spark_impl to follow prestosql's naming.
And different types of function registration code be split from Register.cpp into serval cpp files.
Fixes #11564