Hey Guys, In reviewing GroupScan [1], I noted that we have an enforceWidth method in addition to getMin and getMax. If we set min == max, wouldn't that accomplish the same task? Or am I missing a nuance here? It seems like the location referenced in the javadoc could just as well look at whether getMin() > 1. Thoughts?
thanks, Jacques [1] https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/GroupScan.java#L61
