You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/02/18 22:02:07 UTC

[GitHub] [spark] dongjoon-hyun commented on pull request #24559: [SPARK-27658][SQL] Add FunctionCatalog API

dongjoon-hyun commented on pull request #24559:
URL: https://github.com/apache/spark/pull/24559#issuecomment-781663402


   Hi, All.
   According to the dev mailing discussion, we reach a general agreement on catalog functionality itself (except the invocation part). In order to finalize the agreement and narrow down the future part, let's merge this PR with commenting out the following in `ScalarFunction.java`. If you think that's okay, could you update once more, @rdblue ?
   
   ```scala
   -  R produceResult(InternalRow input);
   +  // R produceResult(InternalRow input);
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org