You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2023/01/10 03:46:27 UTC

[GitHub] [kyuubi] cfmcgrady opened a new pull request, #4135: [TEST] Refine `GoldenFileUtils::baseResourcePath`

cfmcgrady opened a new pull request, #4135:
URL: https://github.com/apache/kyuubi/pull/4135

   <!--
   Thanks for sending a pull request!
   
   Here are some tips for you:
     1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/CONTRIBUTING.html
     2. If the PR is related to an issue in https://github.com/apache/kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
     3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
   -->
   
   ### _Why are the changes needed?_
   <!--
   Please clarify why the changes are needed. For instance,
     1. If you add a feature, you can talk about the use case of it.
     2. If you fix a bug, you can clarify why it is a bug.
   -->
   
   before this PR, an exception is thrown when we run `TPCHQuerySuite` on the idea
   
   ```
   Caused by: java.nio.file.NoSuchFileException: /Users/fchen/Project/bigdata/incubator-kyuubi/src/main/resources/kyuubi/tpch/q3.output.schema
   	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
   	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
   ...
   ```
   
   ### _How was this patch tested?_
   
   Pass Github Action.
   


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] cfmcgrady commented on pull request #4135: [TEST] Refine `GoldenFileUtils::baseResourcePath`

Posted by GitBox <gi...@apache.org>.
cfmcgrady commented on PR #4135:
URL: https://github.com/apache/kyuubi/pull/4135#issuecomment-1378277116

   thanks, merging to master(v1.7.0)


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] cfmcgrady closed pull request #4135: [TEST] Refine `GoldenFileUtils::baseResourcePath`

Posted by GitBox <gi...@apache.org>.
cfmcgrady closed pull request #4135: [TEST] Refine `GoldenFileUtils::baseResourcePath`
URL: https://github.com/apache/kyuubi/pull/4135


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org