Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2134 #### Message location Because of existing message `Results are limited by X.` and `Output exceeds 10240. Truncated.` are displayed below the table. I think showing `Attention! Result is incomplete ...` below the table helps keep user experience more consistent. #### Message style Bootstrap decoration is pretty. If we apply bootstrap alert to all 3 messages, then that means existing 2 message ux is changed, too. From taking less height of the screen, receiving less attention, To taking more height of the screen, receiving more attention. So which is the way we should go do you guys think? @tinkoff-dwh @1ambda #### Message text All three message are different. `Results are limited by X.` `Output exceeds 10240. Truncated.` `Attention! Result is incomplete ...` It'll be better use similar form of message. But how they're limited are all different. And it'll be great if we user give some link how they're limited. So for example, `Output is truncated to X rows. Learn more about common.max_count` `Output is truncated to 10240 bytes. learn more about ZEPPELIN_INTERPRETER_OUTPUT_LIMIT` What do you think?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---