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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
