Jason Fehr created IMPALA-14370: ----------------------------------- Summary: OTel Tracing Skips Comments Key: IMPALA-14370 URL: https://issues.apache.org/jira/browse/IMPALA-14370 Project: IMPALA Issue Type: Bug Reporter: Jason Fehr
The code in otel.cc that determines whether or not a query should be traced does not handle comments if written similar to: /*/ comment */select * from tbl The code is detecting the first */ as the end of the comment. Impala itself does correctly parse this query, so it is not a syntax error. -- This message was sent by Atlassian Jira (v8.20.10#820010)