tecgie commented on pull request #4193:
URL: https://github.com/apache/zeppelin/pull/4193#issuecomment-891084233


   Can you add a logic to check if the max result size is reached?  If the max 
is reached, print out a warning message.  Essentially, the same behavior as 
found in the python interpreter (zeppelin_context.py).
   
           if exceed_limit:
               print("\n%html <font color=red>Results are limited by 
{}.</font>".format(self.max_result))


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to