You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/02/16 03:55:23 UTC

[GitHub] [dolphinscheduler] laonaofu opened a new issue #8396: SQL类型参数无法传递到下游

laonaofu opened a new issue #8396:
URL: https://github.com/apache/dolphinscheduler/issues/8396


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   按照官网文档说明,SQL类型,note-b依赖note-a,应该是可以获取传递过来的参数"period_name",但实际获取为null
   note-a:
   ![image](https://user-images.githubusercontent.com/99780161/154192317-2855174c-be0b-42cc-8c64-f3e9e9c9cd01.png)
   note-b:
   ![image](https://user-images.githubusercontent.com/99780161/154192368-a1340a7d-d493-4575-86f5-f150f458a985.png)
   note-a log:
   ![image](https://user-images.githubusercontent.com/99780161/154192405-036fbe09-31ae-4b9f-a3e0-3c1350019c44.png)
   note-b log:
   ![image](https://user-images.githubusercontent.com/99780161/154192463-d2002588-70b5-4990-8c6a-68b2122d5640.png)
   
   
   ### What you expected to happen
   
   按照官网文档说明,SQL类型,note-b依赖note-a,应该是可以获取传递过来的参数"period_name",但实际获取为null
   
   ### How to reproduce
   
   note-a:
   ![image](https://user-images.githubusercontent.com/99780161/154192317-2855174c-be0b-42cc-8c64-f3e9e9c9cd01.png)
   note-b:
   ![image](https://user-images.githubusercontent.com/99780161/154192368-a1340a7d-d493-4575-86f5-f150f458a985.png)
   note-a log:
   ![image](https://user-images.githubusercontent.com/99780161/154192405-036fbe09-31ae-4b9f-a3e0-3c1350019c44.png)
   note-b log:
   ![image](https://user-images.githubusercontent.com/99780161/154192463-d2002588-70b5-4990-8c6a-68b2122d5640.png)
   
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.3
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] Yao-MR commented on issue #8396: SQL type parameters cannot be passed downstream

Posted by GitBox <gi...@apache.org>.
Yao-MR commented on issue #8396:
URL: https://github.com/apache/dolphinscheduler/issues/8396#issuecomment-1057854648


   hi @laonaofu  can you share more logs of the note-b log ?


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] laonaofu commented on issue #8396: SQL type parameters cannot be passed downstream

Posted by GitBox <gi...@apache.org>.
laonaofu commented on issue #8396:
URL: https://github.com/apache/dolphinscheduler/issues/8396#issuecomment-1042525250


   不好意思,版本号我搞错了,版本是2.0.2,请您知悉 谢谢


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] calvinjiang commented on issue #8396: SQL type parameters cannot be passed downstream

Posted by GitBox <gi...@apache.org>.
calvinjiang commented on issue #8396:
URL: https://github.com/apache/dolphinscheduler/issues/8396#issuecomment-1041101249


   I will check this issue.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #8396: SQL type parameters cannot be passed downstream

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #8396:
URL: https://github.com/apache/dolphinscheduler/issues/8396#issuecomment-1041076843


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #8396: SQL type parameters cannot be passed downstream

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #8396:
URL: https://github.com/apache/dolphinscheduler/issues/8396#issuecomment-1041076523


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   According to the official website documentation, the SQL type, note-b depends on note-a, it should be possible to obtain the passed parameter "period_name", but the actual value is null
   note-a:
   ![image](https://user-images.githubusercontent.com/99780161/154192317-2855174c-be0b-42cc-8c64-f3e9e9c9cd01.png)
   note-b:
   ![image](https://user-images.githubusercontent.com/99780161/154192368-a1340a7d-d493-4575-86f5-f150f458a985.png)
   note-a log:
   ![image](https://user-images.githubusercontent.com/99780161/154192405-036fbe09-31ae-4b9f-a3e0-3c1350019c44.png)
   note-b log:
   ![image](https://user-images.githubusercontent.com/99780161/154192463-d2002588-70b5-4990-8c6a-68b2122d5640.png)
   
   
   ### What you expected to happen
   
   According to the official website documentation, the SQL type, note-b depends on note-a, it should be possible to obtain the passed parameter "period_name", but the actual value is null
   
   ### How to reproduce
   
   note-a:
   ![image](https://user-images.githubusercontent.com/99780161/154192317-2855174c-be0b-42cc-8c64-f3e9e9c9cd01.png)
   note-b:
   ![image](https://user-images.githubusercontent.com/99780161/154192368-a1340a7d-d493-4575-86f5-f150f458a985.png)
   note-a log:
   ![image](https://user-images.githubusercontent.com/99780161/154192405-036fbe09-31ae-4b9f-a3e0-3c1350019c44.png)
   note-b log:
   ![image](https://user-images.githubusercontent.com/99780161/154192463-d2002588-70b5-4990-8c6a-68b2122d5640.png)
   
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.3
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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