Commit 64b3081
committed
chore: generate BuildInfo version, remove dead mirror tree, guard broadcast default
- Generate BuildInfo.version from version.value (dynver) so the JSON
report's spark_lens_version can never drift from the published artifact;
removes the hand-edited constant that was already stale (1.6.4 vs 1.6.5).
- Delete the dead mirrored src/ tree at the repo root: a full uncompiled
duplicate of core/ + listener/ (excluded via unmanagedSourceDirectories
:= Nil) that had already drifted out of sync (Reporter.scala differed).
- Audited every config-reading analyzer for the AQE-class absent-key bug;
none found. Added a JoinAnalyzer regression test pinning that an absent
autoBroadcastJoinThreshold reads as Spark's 10 MB default, not disabled.1 parent 58e7894 commit 64b3081
90 files changed
Lines changed: 39 additions & 11291 deletions
File tree
- core/src
- main/scala/com/github/saadaouini/sparklens
- test/scala/com/github/saadaouini/sparklens/analyzers
- src
- main
- resources
- scala/com/github/saadaouini/sparklens
- analyzers
- model
- report
- test/scala/com/github/saadaouini/sparklens
- analyzers
- report
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
24 | 37 | | |
25 | 38 | | |
26 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
78 | 94 | | |
79 | 95 | | |
80 | 96 | | |
| |||
Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
27 | 37 | | |
28 | 38 | | |
29 | 39 | | |
| |||
Binary file not shown.
Lines changed: 0 additions & 108 deletions
This file was deleted.
Lines changed: 0 additions & 6 deletions
This file was deleted.
0 commit comments