You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Problem Description
Now, when submitting sql/hql by default, the limit of 5000 will be added. However, for many non-interactive analysis scenarios, the limit limit should not be added by default, otherwise, the user task data will be wrong.
select*from users
## Limit will be added after entranceselect*from users limit5000
Description
Adding parameters can configure only a specific Creator to add a limit limit(增加参数可以配置只有特定的Creator才加上limit限制)
Use case
No response
solutions
Add the following parameters, only the Creator configured in it has a limit limit(增加以下参数,只有配置在里面的Creator才有limit限制) val SQL_LIMIT_CREATOR = CommonVars("linkis.sql.limit.creator", "IDE,Visualis")
Anything else
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
peacewong
changed the title
[Feature] [Entrance]Support to remove the limit limit added by default in sql according to the configured Creator
[Feature] [Entrance]Support to remove the limit added by default in sql according to the configured Creator
Mar 5, 2022
peacewong
added a commit
to WeDataSphere/linkis
that referenced
this issue
Mar 5, 2022
Search before asking
Problem Description
Now, when submitting sql/hql by default, the limit of 5000 will be added. However, for many non-interactive analysis scenarios, the limit limit should not be added by default, otherwise, the user task data will be wrong.
现在默认提交sql/hql都会加上limit 5000的限制,但是对于很多非交互式分析的场景来说,默认不应该加入limit限制,不然会造成用户任务数据有误。只有对特定场景加上5000,比如Scriptis页面使用,为了更好的性能。
Description
Adding parameters can configure only a specific Creator to add a limit limit(增加参数可以配置只有特定的Creator才加上limit限制)
Use case
No response
solutions
Add the following parameters, only the Creator configured in it has a limit limit(增加以下参数,只有配置在里面的Creator才有limit限制)
val SQL_LIMIT_CREATOR = CommonVars("linkis.sql.limit.creator", "IDE,Visualis")
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: