You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mpurins-coralogix (via GitHub)" <gi...@apache.org> on 2023/03/07 12:57:34 UTC

[GitHub] [arrow-datafusion] mpurins-coralogix opened a new issue, #5496: Set ConfigOptions extensions in TaskContext constructor

mpurins-coralogix opened a new issue, #5496:
URL: https://github.com/apache/arrow-datafusion/issues/5496

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   It is impossible to create `TaskContext` with config options using extensions.
   
   **Describe the solution you'd like**
   
   Ability to provide default `ConfigOptions` extensions when creating `TaskContext`
   
   **Describe alternatives you've considered**
   
   
   **Additional context**
   
   It seems that `TaskContext::new` is not used in datafusion code at all, but is used in ballista on executors to create `TaskContext` for tasks received from scheduler, and I am playing around code which would use config extensions to pass around tracing context in our project.


-- 
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-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-datafusion] alamb closed issue #5496: Set ConfigOptions extensions in TaskContext constructor

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #5496: Set ConfigOptions extensions in TaskContext constructor
URL: https://github.com/apache/arrow-datafusion/issues/5496


-- 
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-unsubscribe@arrow.apache.org

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