Maksym Rymar created DRILL-8449: ----------------------------------- Summary: Typo in FreeMarker templates Key: DRILL-8449 URL: https://issues.apache.org/jira/browse/DRILL-8449 Project: Apache Drill Issue Type: Bug Components: Web Server Affects Versions: 1.16.0 Reporter: Maksym Rymar Assignee: Maksym Rymar Fix For: 1.22.0 Attachments: image-2023-08-07-21-15-56-847.png
Css based properties use colon({{{}:{}}}) to assign values. The {{result.ftl}} and {{options.ftl have property }}width{{{} with equal sign({}}}={{{}) instead of colon({}}}:{{{}).{}}} This typo makes query result table has incorrect display. Steps to reproduce: # Execute example query: {{select full_name from cp.`employee.json` limit 1}} # Push on "Column visibility" button and togle "full_name" column visibility off and turn back on. !image-2023-08-07-21-15-56-847.png! -- This message was sent by Atlassian Jira (v8.20.10#820010)