Skip to content

HIVE-29664: Add syntax highlight support for beeline#6542

Open
aturoczy wants to merge 1 commit into
apache:masterfrom
aturoczy:HIVE-29664
Open

HIVE-29664: Add syntax highlight support for beeline#6542
aturoczy wants to merge 1 commit into
apache:masterfrom
aturoczy:HIVE-29664

Conversation

@aturoczy

Copy link
Copy Markdown

What changes were proposed in this pull request?

To improve usability, Beeline should support basic Hive SQL syntax highlighting. The implementation can start with a static list of commonly used Hive SQL keywords, such as SELECT, INSERT, JOIN, WHERE, GROUP BY, ORDER BY, CREATE, DROP, ALTER, and others.

image

Why are the changes needed?

To improve the usability for beeline

Does this PR introduce any user-facing change?

yes, the default behavior is to highlight the syntax. It can be turn off, but in my mind it is better if it is on.

How was this patch tested?

Manually, and couple tests add for the parameter management.

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants