Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRILL-8449: fix typo in width property in FreeMarker templates #2818

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

rymarm
Copy link
Member

@rymarm rymarm commented Aug 7, 2023

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

@rymarm rymarm requested a review from jnturton August 7, 2023 18:36
Copy link
Contributor

@cgivre cgivre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM +1

@cgivre
Copy link
Contributor

cgivre commented Aug 7, 2023

Thanks @rymarm
I'll merge once the CI passes.

@cgivre cgivre merged commit d51d403 into apache:master Aug 10, 2023
5 of 8 checks passed
cgivre pushed a commit to cgivre/drill that referenced this pull request Nov 2, 2023
jnturton pushed a commit to jnturton/drill that referenced this pull request Dec 31, 2023
jnturton pushed a commit to jnturton/drill that referenced this pull request Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants