rymarm opened a new pull request, #2818: URL: https://github.com/apache/drill/pull/2818
# [DRILL-8449](https://issues.apache.org/jira/browse/DRILL-8449): Typo in FreeMarker templates ## Description CSS-based properties use a colon(`:`) to assign values. The `result.ftl` and `options.ftl` have the property `width` with an equal sign(`=`) instead of a colon(`:`). This typo makes a query result table has an incorrect display. Steps to reproduce: 1. Execute example query: `select full_name from cp.`employee.json` limit 1`; 2. Push the "Column visibility" button, toggle "full_name" column visibility off, and turn it back on. ## Documentation None requerid ## Testing Visual test of UI -- 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. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org