djKooks opened a new pull request #42:
URL: https://github.com/apache/arrow-datafusion/pull/42


    # Rationale for this change
   Currently `StandaloneClient` instance can be created by saving data to a 
specific file, or to temporary file. But it executor only runs by generating 
temporary file, so add parameter to give specific file path.
   
   # What changes are included in this PR?
   It creates client with `StandaloneClient::try_new(path)` if path has been 
defined, or `StandaloneClient::try_new_temporary()` if not defined.
   
   
   


-- 
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:
[email protected]


Reply via email to