You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter "incremental" mode if a query returns more than "incrementalBufferRows". "incrementalBufferRows" would be a new parameter, default value 1,000.
With this change, and assuming that the session is in non-incremental mode, small queries would be nicely formatted, and large queries would not consume too much memory and would not pause too long before starting to output results.
Enter "incremental" mode if a query returns more than "incrementalBufferRows". "incrementalBufferRows" would be a new parameter, default value 1,000.
With this change, and assuming that the session is in non-incremental mode, small queries would be nicely formatted, and large queries would not consume too much memory and would not pause too long before starting to output results.
See https://issues.apache.org/jira/browse/HIVE-14170; we could possibly apply the same change.
Related: #228.
The text was updated successfully, but these errors were encountered: