You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/18 13:41:00 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request, #3877: [MINOR] Update docs with newly added configuration values

alamb opened a new pull request, #3877:
URL: https://github.com/apache/arrow-datafusion/pull/3877

   # Which issue does this PR close?
   
   N/A
   
    # Rationale for this change
   Update config docs to reflect recent settings changes such as 
   
   
   # What changes are included in this PR?
   Check in the output of running
   
   ```shell
   ./dev/update_config_docs.sh 
   ```
   # Are there any user-facing changes?
   not really


-- 
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


[GitHub] [arrow-datafusion] alamb merged pull request #3877: [MINOR] Update docs with newly added configuration values

Posted by GitBox <gi...@apache.org>.
alamb merged PR #3877:
URL: https://github.com/apache/arrow-datafusion/pull/3877


-- 
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


[GitHub] [arrow-datafusion] isidentical commented on pull request #3877: [MINOR] Update docs with newly added configuration values

Posted by GitBox <gi...@apache.org>.
isidentical commented on PR #3877:
URL: https://github.com/apache/arrow-datafusion/pull/3877#issuecomment-1282415159

   This doesn't seem to include `collect_statistics` (probably since it is not a config option, but a session level option), is that expected @alamb?


-- 
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


[GitHub] [arrow-datafusion] isidentical commented on pull request #3877: [MINOR] Update docs with newly added configuration values

Posted by GitBox <gi...@apache.org>.
isidentical commented on PR #3877:
URL: https://github.com/apache/arrow-datafusion/pull/3877#issuecomment-1283993600

   > @isidentical I think the core issue is that some session level configuration (such as collect_statistics is on SessionConfig and some is on ConfigOptions) -- I think we should consolidate them further https://github.com/apache/arrow-datafusion/issues/3887
   
   Makes sense!


-- 
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


[GitHub] [arrow-datafusion] alamb commented on pull request #3877: [MINOR] Update docs with newly added configuration values

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #3877:
URL: https://github.com/apache/arrow-datafusion/pull/3877#issuecomment-1283773286

   > 
   This doesn't seem to include collect_statistics (probably since it is not a config option, but a session level option), is that expected @alamb?
   
   
   
   @isidentical  I think the core issue is that some session level configuration (such as `collect_statistics` is on `SessionConfig` and some is on `ConfigOptions`) -- I think we should consolidate them further https://github.com/apache/arrow-datafusion/issues/3887


-- 
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