skambha commented on issue #24593: [SPARK-27692][SQL] Add new optimizer rule to
evaluate the deterministic scala udf only once if all inputs are literals
URL: https://github.com/apache/spark/pull/24593#issuecomment-507799732
I think we do have cases where we have flags for rules and there i
skambha commented on issue #24593: [SPARK-27692][SQL] Add new optimizer rule to
evaluate the deterministic scala udf only once if all inputs are literals
URL: https://github.com/apache/spark/pull/24593#issuecomment-504118807
> Hm, why don't we block (and close) this one for now by SPARK-277
skambha commented on issue #24593: [SPARK-27692][SQL] Add new optimizer rule to
evaluate the deterministic scala udf only once if all inputs are literals
URL: https://github.com/apache/spark/pull/24593#issuecomment-504116415
Hi @HyukjinKwon , Thanks for your comments.
This has the s
skambha commented on issue #24593: [SPARK-27692][SQL] Add new optimizer rule to
evaluate the deterministic scala udf only once if all inputs are literals
URL: https://github.com/apache/spark/pull/24593#issuecomment-497056361
@dongjoon-hyun , I have pushed the changes to address the renames
skambha commented on issue #24593: [SPARK-27692][SQL] Add new optimizer rule to
evaluate the deterministic scala udf only once if all inputs are literals
URL: https://github.com/apache/spark/pull/24593#issuecomment-493550159
> We even should discuss whether all UDFs must be deterministic o
skambha commented on issue #24593: [SPARK-27692][SQL] Add new optimizer rule to
evaluate the deterministic scala udf only once if all inputs are literals
URL: https://github.com/apache/spark/pull/24593#issuecomment-492448836
Thanks everyone for your comments. (@BryanCutler , @JoshRosen , @