spark git commit: [SPARK-20569][SQL] RuntimeReplaceable functions should not take extra parameters

2017-05-11 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 80a57fa90 -> dd9e3b2c9 [SPARK-20569][SQL] RuntimeReplaceable functions should not take extra parameters ## What changes were proposed in this pull request? `RuntimeReplaceable` always has a constructor with the expression to replace

spark git commit: [SPARK-20569][SQL] RuntimeReplaceable functions should not take extra parameters

2017-05-11 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 65accb813 -> b4c99f436 [SPARK-20569][SQL] RuntimeReplaceable functions should not take extra parameters ## What changes were proposed in this pull request? `RuntimeReplaceable` always has a constructor with the expression to replace