Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The implementation recurse into itself and never terminates. We should fix this.
@Override public boolean isStarQuery() { if(settings.isUseRepeatedVarChar()){ ... }else{ return isStarQuery(); } }