kkhatua commented on issue #1608: DRILL-6960: Auto Limit Wrapping should not apply to non-select query URL: https://github.com/apache/drill/pull/1608#issuecomment-458711594 @ihuzenko I narrowed down the cause of the bug to two things: 1. JQuery was loading the default (cached?) value of the textbox, so I had to force reading it from the root document object. That should fix this. 2. The locale issue is because Freemarker, by default, injects a comma as a thousands' separator in integer fields. I've forced it to not do that anymore, so it should resolve this too. Please go ahead and review it. (cc: @vdiravka )
---------------------------------------------------------------- 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
