milenkovicm commented on PR #1100:
URL: 
https://github.com/apache/datafusion-ballista/pull/1100#issuecomment-2480056929

   @tbar4 I'm waiting for this pr to remove BallistaCo text, please don't use 
it if possible.
   
   You can create SessionContext like 
   
   ```rust
       let session_config = SessionConfig::new_with_ballista()
               .with_information_schema(true)
               .with_ballista_job_name("Super Cool Ballista App");
   
           let state = SessionStateBuilder::new()
               .with_default_features()
               .with_config(session_config)
               .build();
   
           let ctx: SessionContext = SessionContext::remote_with_state(&url, 
state).await?;
   ```
   Would that work in your case?


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to