You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/05 11:04:32 UTC

[GitHub] [spark] juliuszsompolski commented on issue #25043: [SPARK-28241][SQL] Show metadata operations on ThriftServerTab

juliuszsompolski commented on issue #25043: [SPARK-28241][SQL] Show metadata operations on ThriftServerTab
URL: https://github.com/apache/spark/pull/25043#issuecomment-508722874
 
 
   Thank you very much @wangyum for the series of thriftserver improvements!
   What do you think of just 1 more improvement idea: Currently, the ThriftServerTab displays a FINISHED state when the operation finishes execution, but quite often it still takes a lot of time to fetch the results. OperationState has state CLOSED for when after the iterator is closed. Could we add CLOSED state to ExecutionState, and override the close() in SparkExecuteStatement / GetSchemas / GetTables / GetColumns to do HiveThriftServerListener.onOperationClosed?
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org