[SQL] Cleaned up ConstantFolding slightly.#1430
Conversation
Moved couple rules out of NullPropagation and added more comments.
|
QA tests have started for PR 1430. This patch merges cleanly. |
|
The code looks good to me. |
|
See the discussion at #1428. |
|
QA results for PR 1430: |
|
Merging in master & branch-1.0. |
|
Actually only master. There is a conflict in branch-1.0 that I will leave it intact for now. |
Moved couple rules out of NullPropagation and added more comments. Author: Reynold Xin <rxin@apache.org> Closes apache#1430 from rxin/sql-folding-rule and squashes the following commits: 7f9a197 [Reynold Xin] Updated documentation for ConstantFolding. 7f8cf61 [Reynold Xin] [SQL] Cleaned up ConstantFolding slightly.
Moved couple rules out of NullPropagation and added more comments.