You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-16488] Fix codegen variable namespace collision in pmod and partitionBy
This patch fixes a variable namespace collision bug in pmod and partitionBy
Regression test for one possible occurrence. A more general fix in `ExpressionEvalHelper.checkEvaluation` will be in a subsequent PR.
Author: Sameer Agarwal <sameer@databricks.com>
Closes#14144 from sameeragarwal/codegen-bug.
(cherry picked from commit 9cc74f9)
Signed-off-by: Reynold Xin <rxin@databricks.com>
0 commit comments