liukun4515 opened a new issue, #85:
URL: https://github.com/apache/arrow-ballista/issues/85

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   As a distributed query engine, many sql query will submit to the scheduler, 
and the scheduler or executor server will log some message for each query.
   
   But from current status, we can't find out the logs corresponding to the 
specified query, we should search all the log and find the useful information 
for our query.
   
   If we have the trace id or the query id, we can log the trace id or query in 
the  `log event format`, just like
   `[time trace id  code paht] : log info`.
   
   From above format, we can find out all of query log for the specified query.
   
   @andygrove @alamb 
   
   Do you have other ideas?
   
   
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features 
you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to