[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-10 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1845 @prabhjyotsingh Yea I know you didn't change it. That's because it doesn't have state before. I agree that we can take care/discuss it in a different PR. Thanks. --- If your

[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-10 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1845 Sorry for late response @prabhjyotsingh, @jongyoul . Let me review soon. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-09 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1845 @astroshim do you have some cycle to review this? --- 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

[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-08 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1845 @astroshim Can you also review this PR? --- 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

[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1845 I don't think it make sense to have a fixed minimum table size. It should also take into account the output row number. Anyway, we can improve it in a followup ticket. --- If your project is

[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-07 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1845 Yes, that is our default minimum size of display table. CI fails [#9847.5](https://travis-ci.org/apache/zeppelin/jobs/189775789); which is not relevant to this. Will merge this if

[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1845 LGTM, but I notice there's one large blank area before this exception. Is it expected ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-07 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1845 @zjffdu How about this ? On error show output of previous successfully run query.

[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-07 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1845 `What if one query fails ?` There is no change in that. When it fails and doesn't continue. Before:

[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1845 @prabhjyotsingh What if one query fails ? Would it continue to run the remaining queries or abort ? And since this is a new feature, we might better to add document for it. --- If your project

[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-05 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1845 @zjffdu replaced regex with slightly better logic, let me know what you think about this. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1845: [ZEPPELIN-1906] Use multiple InterpreterResult for dis...

2017-01-05 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/1845 Tested. LGTM. --- 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