Skip to content
Snippets Groups Projects
Commit f5d154bc authored by Michael Armbrust's avatar Michael Armbrust
Browse files

[SPARK-10966] [SQL] Codegen framework cleanup

This PR is mostly cosmetic and cleans up some warts in codegen (nearly all of which were inherited from the original quasiquote version).
 - Add lines numbers to errors (in stacktraces when debug logging is on, and always for compile fails)
 - Use a variable for input row instead of hardcoding "i" everywhere
 - rename `primitive` -> `value` (since its often actually an object)

Author: Michael Armbrust <michael@databricks.com>

Closes #9006 from marmbrus/codegen-cleanup.
parent 9672602c
No related branches found
No related tags found
No related merge requests found
Showing
with 146 additions and 131 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment