Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: change macros link from JIRA to DDL doc

...

In the case of column level logic Hive provides both UDFs and macros that allow the user to extract and reuse the expressions applied to columns. Once defined, UDFs and Macros can be readily isolated for testing. UDFs can be simply tested with existing Java/Python unit test tools such as JUnit whereas Macros require a Hive command line interface to execute the macro declaration and then exercise it with some sample SELECT statements.

...