You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "2010YOUY01 (via GitHub)" <gi...@apache.org> on 2023/04/04 21:14:03 UTC

[GitHub] [arrow-datafusion] 2010YOUY01 opened a new pull request, #5872: Update index.md

2010YOUY01 opened a new pull request, #5872:
URL: https://github.com/apache/arrow-datafusion/pull/5872

   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123.
   -->
   
   NA
   
   # Rationale for this change
   
   <!--
    Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
    Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.  
   -->
   I tried `cargo test -p datafusion --tests sql_integration`, no tests [under sql directory](https://github.com/apache/arrow-datafusion/tree/main/datafusion/core/tests/sql) will run as stated in [sql_integration.rs](https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/tests/sql_integration.rs)
   
   my cargo version is `cargo 1.68.2 (6feb7c9cf 2023-03-26)`
   `cargo test --help` said:
   ```
         --test [<NAME>]           Test only the specified test target
         --tests                   Test all tests
   ```
   So only `--test` seem to accept filter, and I tried `cargo test -p datafusion --test sql_integration`, tests will run as expected.
   # What changes are included in this PR?
   NA
   <!--
   There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   # Are these changes tested?
   NA
   <!--
   We typically require tests for all PRs in order to:
   1. Prevent the code from being accidentally broken by subsequent changes
   2. Serve as another way to document the expected behavior of the code
   
   If tests are not included in your PR, please explain why (for example, are they covered by existing tests)?
   -->
   
   # Are there any user-facing changes?
   NA
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api change` label.
   -->


-- 
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 #5872: Update docs/source/contributor-guide/index.md

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb merged PR #5872:
URL: https://github.com/apache/arrow-datafusion/pull/5872


-- 
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 #5872: Update docs/source/contributor-guide/index.md

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on PR #5872:
URL: https://github.com/apache/arrow-datafusion/pull/5872#issuecomment-1496623185

   Thank you @2010YOUY01  -- nice catch!


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