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

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/linkis/issues) and found no similar feature 
requirement.
   
   
   ### Problem Description
   
   When I execute the count statement using the hive engine, automatically add 
a limit 5000,eg:
   
   ************************************SCRIPT 
CODE************************************
   select count(*) from default.test limit 5000;
   ************************************SCRIPT 
CODE************************************
   This syntax will increase SQL time consumption
   
   
   
   ### Description
   
   change category:
   
linkis-computation-governance/linkis-entrance/src/main/scala/org/apache/linkis/entrance/interceptor/impl/Explain.scala
   add:
   Add restrictions and exclude count syntax when determining whether SQL needs 
to add limits
   
   
   
   
   ### Use case
   
   _No response_
   
   ### Solutions
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


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

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


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

Reply via email to