HyukjinKwon commented on a change in pull request #32587:
URL: https://github.com/apache/spark/pull/32587#discussion_r635825032
##########
File path:
sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/ExpressionDescription.java
##########
@@ -112,4 +112,5 @@
String group() default "";
String since() default "";
String deprecated() default "";
+ String language() default "built-in";
Review comment:
Hm, I think it has mixed meanings:
- `built-in` vs `hive
- `scala` vs `java` vs `python`
Also, is the second classification useful? I thought that it describes which
languages support function APIs in `functions.scala`, `functions.py` and
`functions.R`.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]