You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "casionone (via GitHub)" <gi...@apache.org> on 2023/03/20 15:35:46 UTC

[GitHub] [linkis] casionone opened a new issue, #4396: [Bug]The execution code log that was printed lost annotation information.

casionone opened a new issue, #4396:
URL: https://github.com/apache/linkis/issues/4396

   ## Description
   When currently executing the submitted task, if the submitted code is
   ```
   --Test annotation
   select 1;
   -- show full table
   show tables;
   ```
   
   The code shown in the execution log is
   ```
   
   2023-03-17 11:25:24.025 INFO You have submitted a new job, script code (after variable substitution) is
   *************************************SCRIPT CODE************ *************************
   select 1 limit 5000;
   show tables
   *************************************SCRIPT CODE************ *************************
   ```
   Annotations are not displayed
   Print out comments when printing script code
   
   ------
   当前在执行提交的任务时 ,如提交的代码为
   ```
   --测试注解
   select 1;
   --显示全表
   show tables;
   ```
   
   执行日志显示的代码为
   ```
   
   2023-03-17 11:25:24.025 INFO You have submitted a new job, script code (after variable substitution) is
   ************************************SCRIPT CODE************************************
   select 1 limit 5000;
   show tables
   ************************************SCRIPT CODE************************************
   ```
   注解未进行显示 
   打印脚本代码时 将注解打印出来 


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

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


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


[GitHub] [linkis] github-actions[bot] commented on issue #4396: [Bug]The execution code log that was printed lost annotation information.

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4396:
URL: https://github.com/apache/linkis/issues/4396#issuecomment-1476462262

   ## :blush:  Welcome to the Apache Linkis community!!
   We are glad that you are contributing by opening this issue.
   
   Please make sure to include all the relevant context.
   We will be here shortly.
   
   If you are interested in contributing to our website project, please let us know!
   You can check out our contributing guide on
    :point_right:  [How to Participate in Project Contribution](https://linkis.apache.org/community/how-to-contribute).
   
   
   ### Community
   
   |WeChat Assistant|WeChat Public Account|
   |-|-|
   |<img src="https://linkis.apache.org/Images/wedatasphere_contact_01.png" width="128"/>|<img src="https://linkis.apache.org/Images/gzh_01.png" width="128"/>|
   
   
   ### Mailing Lists
   |Name|Description|Subscribe|Unsubscribe|Archive|
   |:-----|:--------|:------|:-------|:-----|
   | [dev@linkis.apache.org](mailto:dev@linkis.apache.org) | community activity information | [subscribe](mailto:dev-subscribe@linkis.apache.org) | [unsubscribe](mailto:dev-unsubscribe@linkis.apache.org) | [archive](http://mail-archives.apache.org/mod_mbox/linkis-dev) |


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

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


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


[GitHub] [linkis] casionone closed issue #4396: [Bug]The execution code log that was printed lost annotation information.

Posted by "casionone (via GitHub)" <gi...@apache.org>.
casionone closed issue #4396: [Bug]The execution code log that was printed lost annotation information.
URL: https://github.com/apache/linkis/issues/4396


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

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


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