Bharath Vissapragada has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14194
Change subject: IMPALA-8931: Fix fe trigger for lineage events ...................................................................... IMPALA-8931: Fix fe trigger for lineage events Currently, fe generates lineage objects only when --lineage_event_log_dir is configured. This is a legacy startup param. Lineages should also be generated when event hooks are configured since they can potentially consume them. Added a test that confirms that the hook is invoked when a lineage is created. Change-Id: I2d8deb05883cc3ecab27fe4afd031a1e7ccb0829 --- M fe/src/main/java/org/apache/impala/service/BackendConfig.java M tests/custom_cluster/test_query_event_hooks.py 2 files changed, 13 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/94/14194/1 -- To view, visit http://gerrit.cloudera.org:8080/14194 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2d8deb05883cc3ecab27fe4afd031a1e7ccb0829 Gerrit-Change-Number: 14194 Gerrit-PatchSet: 1 Gerrit-Owner: Bharath Vissapragada <[email protected]>
