Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.4, 1.12.1, 1.13.0
Description
The spotless configuration has an exclude for classes whose package contains "generated", to filter out generated classes.
However the only classes matching this exclusion are several files in flink-table-runtime-blink, which do not appear to be generated.
I suggest to remove the exclusion and apply the formatting to these classes as well.
Attachments
Issue Links
- causes
-
FLINK-20841 Fix compile error due to duplicated generated files
- Closed
- is caused by
-
FLINK-20820 Rename o.a.f.table.runtime.generated package in blink runtime
- Open
- is related to
-
FLINK-20651 Use Spotless/google-java-format for code formatting/enforcement
- Closed
- links to