kkhatua commented on a change in pull request #1608: DRILL-6960: Auto Limit
Wrapping should not apply to non-select query
URL: https://github.com/apache/drill/pull/1608#discussion_r254106628
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileWrapper.java
##########
@@ -150,6 +150,14 @@ private long
tallyMajorFragmentCost(List<MajorFragmentProfile> majorFragments) {
return globalProcessNanos;
}
+ public boolean hasAutoLimit() {
+ return profile.hasAutoLimit();
+ }
+
+ public int getAutoLimit() {
+ return profile.getAutoLimit();
Review comment:
My statement above... I don't think the query option is the right thing to
do, since this is a WebUI interaction feature.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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