cloud-fan commented on a change in pull request #35768:
URL: https://github.com/apache/spark/pull/35768#discussion_r829096193
##########
File path:
sql/catalyst/src/main/java/org/apache/spark/sql/connector/expressions/Transform.java
##########
@@ -34,11 +34,6 @@
*/
String name();
- /**
- * Returns all field references in the transform arguments.
- */
- NamedReference[] references();
Review comment:
We need to provide a default implementation here, which is exactly the
same with `GeneralScalarExpression`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]