kkhatua commented on issue #1742: DRILL-7160: e.q.max_rows QUERY-level option shown even if not set URL: https://github.com/apache/drill/pull/1742#issuecomment-481803435 @vvysotskyi , @arina-ielchiieva With the latest update, for non-applicable queries, there are no options shown that indicate that the `max_rows` has been set. For applicable queries, based on the combination of what the SESSION and SYSTEM (default) values are, you get the following outcome with the scope of the option also indicated as shown in the profile: | SYSTEM | SESSION | Final | ScopeSet | |----------------|--------------|-------------|----------------| | 0 | 0 | 0 | N/A | | 15 | 0 | 15 | N/A | | 0 | 10 | 10 | SESSION | | 15 | 10 | 10 | SESSION | | 15 | 20 | 15 | QUERY | The last one is required because there is no way for me to remove the SESSION level value and let only the SYSTEM value persist.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
