Aitozi commented on code in PR #5445:
URL: https://github.com/apache/paimon/pull/5445#discussion_r2152638854
##########
paimon-spark/paimon-spark-common/src/main/scala/org/apache/paimon/spark/catalog/functions/PaimonFunctions.scala:
##########
@@ -60,7 +69,8 @@ object PaimonFunctions {
*
* params arg0: bucket number, arg1...argn bucket keys.
*/
-class BucketFunction extends UnboundFunction {
+class BucketFunction(funcName: String, bucketFunctionType: BucketFunctionType)
Review Comment:
does the canonicalName have to be different ?
--
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]