Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24322
Change subject: IMPALA-15001: OpenTelemetry Query Tracing not working with fallback planner ...................................................................... IMPALA-15001: OpenTelemetry Query Tracing not working with fallback planner Some tests within test_otel_trace.py are failing when the USE_CALCITE_PLANNER environment variable is set to true (i.e. test_select_values). This fix avoids setting the tracing when parsing has failed, since the Calcite planner may have issues with parsing that are resolved by the original planner. A "finally" block is added outside of all retries to ensure that the backend gets a message for all requests. Change-Id: Ia776e7bc3245b950d332855c59207d5f21e26bff --- M fe/src/main/java/org/apache/impala/service/Frontend.java 1 file changed, 7 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/22/24322/1 -- To view, visit http://gerrit.cloudera.org:8080/24322 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia776e7bc3245b950d332855c59207d5f21e26bff Gerrit-Change-Number: 24322 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <[email protected]>
