Commit 2dc4573
committed
Fix CI linter and quickstart build
How to reproduce:\n- Run the Pinot Linter Test Set job and observe the license check fail on PredicateUtils.java.\n- Run the quickstart build path without the sqlparser profile, for example via .github/workflows/scripts/.pinot_quickstart.sh, and observe pinot-common fail because SqlParserImpl is not generated after clean.\n\nWhat changed:\n- Restore the expected ASF header formatting in PredicateUtils.java so license:check passes again.\n- Enable the sqlparser profile in the quickstart build script so clean install regenerates the Calcite parser sources in CI.1 parent 28f894d commit 2dc4573
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- .github/workflows/scripts
- pinot-core/src/main/java/org/apache/pinot/core/operator/filter/predicate
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments