Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
1.22k
stars
437
forks
source link
[CORE] Avoid formatted comments from being messed by non-spotless linters (especially IDE linters) #7989
Closed
zhztheplayer closed 2 days ago
Replace
spotless:off
withformat:off
. The latter can be recognized by any Scala linters backed by scalafmt.After the fix, Intellij's reformat shortcut (
ctrl+alt+l
for gnome preset) will respect the disablers.