Commit c1a66ec
authored
feat: spark extension (#4)
* feat: init spark
* fix: spark namespace rename
* fix: continued progress on spark port
* fix: jar build added
* fix: upgraded scala to lts
* fix: spark tests from dotnet working
* feat: more spark functions wrapped
* fix: start spark catalog system
* fix: spark tests
* fix: resolve issues with DI-version of spark executor
* ci: codecov
* feat: spark pipeline test
* fix: resolved spark pipeline issues
* fix: misc noise from JVM
* fix: sand down API surface
* ci: resolve ci dependency issues
* fix: minor preference changes in spark starter
* fix: extended spark expression support
* fix: agg issue in spark
* feat: spark and dataframe analyzers
* feat: analyzers for spark and dataframes
* docs: add vstest to docs
* feat: additional analyzer tests
* fix: make dataframe analyzer error funnier
* fix: log issue on example test run output
* ci: fix with affected targets
* ci: fix with affected targets1 parent 6d8573b commit c1a66ec
332 files changed
Lines changed: 70512 additions & 213 deletions
File tree
- .config
- .github
- actions/setup
- hooks/scripts
- instructions
- workflows
- docs/reference/misc/external
- k8s-net
- ms-referencesource
- vstest
- examples/starter
- KedroSpaceflightsSpark
- Data
- _01_Raw
- Datasets
- Schemas
- _02_Intermediate
- Schemas
- _03_Primary
- Schemas
- _04_Feature
- _05_ModelInput
- Schemas
- _06_Models
- Schemas
- _07_ModelOutput
- Schemas
- _08_Reporting
- Schemas
- Flows
- DataProcessing
- Steps
- DataScience
- Steps
- Reporting
- Steps
- scripts
- src
- core/Flowthru.Core/Services
- extensions
- Flowthru.Extensions.Spark.CodeFixes
- Flowthru.Extensions.Spark.SourceGenerators
- Flowthru.Extensions.Spark
- Data
- Runtime
- Services
- misc
- Flowthru.Misc.DataFrames.CodeFixes
- Flowthru.Misc.DataFrames.SourceGenerators
- Flowthru.Misc.DataFrames
- spark
- Flowthru.Spark.Jvm
- src
- main/scala/org/apache/spark
- api/dotnet
- deploy/dotnet
- internal/config/dotnet
- mllib/api/dotnet
- sql/api/dotnet
- util/dotnet
- test/scala/org/apache/spark
- api/dotnet
- util/dotnet
- Flowthru.Spark
- Hadoop
- Conf
- Fs
- Interop
- Internal
- Dotnet
- Java/Util
- Scala
- Ipc
- ML
- Feature
- Param
- Util
- Network
- RDD
- Services
- Sql
- Avro
- Catalog
- Expressions
- Streaming
- Types
- Utils
- build/netstandard2.0
- tests
- Flowthru.Analyzers.Tests
- Flowthru.Extensions.Spark.Tests
- CompatTests
- _Fixtures
- Flowthru.Tests.Examples
- Flowthru.Tests.Spark
- Sql
- TestUtils
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 | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
16 | 82 | | |
17 | 83 | | |
18 | 84 | | |
| |||
66 | 132 | | |
67 | 133 | | |
68 | 134 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
75 | 138 | | |
76 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
77 | 143 | | |
78 | 144 | | |
79 | 145 | | |
| |||
82 | 148 | | |
83 | 149 | | |
84 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
85 | 154 | | |
86 | 155 | | |
87 | 156 | | |
88 | 157 | | |
| 158 | + | |
89 | 159 | | |
90 | 160 | | |
91 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
92 | 167 | | |
93 | 168 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 29 | + | |
| 30 | + | |
67 | 31 | | |
68 | 32 | | |
69 | 33 | | |
| |||
0 commit comments