Tartarus0zm opened a new issue, #1613:
URL: https://github.com/apache/auron/issues/1613

   it‘s a subtask of #1263 
   Currently, all extension functions in Auron are designed for Spark, 
Therefore, it is named `SparkExtFunctions`.
   We are advancing multi-engine support for Auron, so the name 
`SparkExtFunctions` no longer meets our requirements.
   Therefore, I suggest rename it to `AuronExtFunctions`.
   Function Names for Native Implementations, Function Naming for Native 
Implementations:
   * If it's only used by Auron and not integrated with the other engines, then 
use standard naming conventions, such as `Placeholder`;
   * if used for spark should be start with `'Spark_'`, such as 
`Spark_Murmur3Hash`;
   * if used for flink should be start with `'Flink_'`, such as 
`Flink_UNIX_TIMESTAMP`;
   * same to other engines.


-- 
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]

Reply via email to