Commit dffd031
feat: allow Multi-Link on Input Ports (#4342)
### What changes were proposed in this PR?
Enabling multi-link support for input ports.
| Before the change | After the change |
| ------------- | ------------- |
| <img width="651" height="491" alt="image"
src="https://github.com/user-attachments/assets/6ebee08c-89ab-4731-bc4a-cfcd95ea8203"
/> | <img width="661" height="498" alt="image"
src="https://github.com/user-attachments/assets/bab2ca5c-be72-4643-8d21-5c56156e61a1"
/> |
### Any related issues, documentation, discussions?
Closes #4329
### How was this PR tested?
Tested manually.
### Was this PR authored or co-authored using generative AI tooling?
No.
---------
Signed-off-by: Xinyuan Lin <xinyual3@uci.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Chen Li <chenli@gmail.com>1 parent 353a31e commit dffd031
65 files changed
Lines changed: 162 additions & 234 deletions
File tree
- amber/src/main/python/proto/org/apache/texera/amber/core
- common
- config/src/main/resources
- workflow-core/src/main/protobuf/org/apache/texera/amber/core
- workflow-operator/src/main/scala/org/apache/texera/amber/operator
- dummy
- metadata
- sklearn/testing
- udf
- java
- python
- r
- union
- visualization
- DotPlot
- IcicleChart
- ImageViz
- ScatterMatrixChart
- barChart
- boxViolinPlot
- bubbleChart
- bulletChart
- candlestickChart
- choroplethMap
- continuousErrorBands
- contourPlot
- dendrogram
- dumbbellPlot
- figureFactoryTable
- filledAreaPlot
- funnelPlot
- ganttChart
- gaugeChart
- heatMap
- hierarchychart
- histogram2d
- histogram
- htmlviz
- lineChart
- nestedTable
- networkGraph
- pieChart
- quiverPlot
- radarChart
- rangeSlider
- sankeyDiagram
- scatter3DChart
- scatterplot
- stripChart
- tablesChart
- ternaryPlot
- timeSeriesplot
- treeplot
- urlviz
- volcanoPlot
- waterfallChart
- wordCloud
- frontend/src/app
- common/type/proto/org/apache/texera/amber/core
- workspace
- component/workflow-editor
- service
- operator-metadata
- validation
- workflow-graph
- model
- util
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
48 | 64 | | |
49 | 65 | | |
50 | 66 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
| 94 | + | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | 144 | | |
146 | 145 | | |
147 | 146 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments