prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
15.75k stars 5.28k forks source link

[native] Include additional context from velox exception #23025

Closed bikramSingh91 closed 2 weeks ago

bikramSingh91 commented 2 weeks ago

Ensure inclusion of "additional context" from Velox exceptions in the translation to Presto's ExecutionFailureInfo (which is used for propagating the query failure error to the coordinator). See Velox PR (https://github.com/facebookincubator/velox/pull/9695) for more details on "additional context"

Test Plan: Enhanced existing unit test.