Re: Should max-results = 0 (or max-rows = 0) mean unlimited results?

2018-05-11 Thread David Boyd
Sanjay:     The other convention is that -1 is unlimited.   However, it is always possible to set it to MAXINT. I would think most folks can work around this by setting the value to a very high number.  As long as the constraint only limit printed output (e.g. z.show())  and not what data is p

Re: nightly builds?

2018-05-11 Thread Sam Nicholson
+1 Does Apache Foundation make build resources available? If not, I've got a slice on my Jenkins server that has zeppelin 0.8. Adding SNAPSHOT would not be a problem. On Fri, May 11, 2018 at 2:43 AM, Jongyoul Lee wrote: > +1. We might use Jenkins and SNAPSHOT repo. > > JL > > On Fri, May 11, 20

Should max-results = 0 (or max-rows = 0) mean unlimited results?

2018-05-11 Thread Sanjay Dasgupta
Many of the interpreters have a parameter named maxResults, max_no_of_rows, max_count, etc whose purpose is to limit the number of output rows displayed (for example from z.show(...)). In most (or perhaps all) of these implementations, setting this parameter to 0 causes no output to be displaye