sqlfluff icon indicating copy to clipboard operation
sqlfluff copied to clipboard

REBALANCE hint produces unexpected spacing error in spark SQL

Open barunpuri opened this issue 9 months ago • 0 comments

Search before asking

  • [X] I searched the issues and found no similar issues.

What Happened

REBALANCE hint produces unexpected spacing error in spark SQL other hints (with brackets) pass as expected

Expected Behaviour

Pass without error

Observed Behaviour

linting failed with error

== [stdin] FAIL
L:   2 | P:  21 | LT01 | Unexpected whitespace before end hint '*/'.
                       | [layout.spacing]
All Finished 📜 🎉!

How to reproduce

echo 'INSERT OVERWRITE TABLE aaa.bbb PARTITION (a)\nSELECT /*+ REBALANCE */ 1 AS a FROM xxx.yyy' | sqlfluff lint --dialect sparksql -

Dialect

sparksql

Version

3.0.6

Configuration

default settings

Are you willing to work on and submit a PR to address the issue?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

barunpuri avatar May 13 '24 06:05 barunpuri