Commit 08b0572
authored
Fix bug when execute DataframeTransform a dictionary of Pcoll (#35893)
* Log Warning if process function return None
* Fix get function without inner
* check the first def_line also
* rename variable
* add strip function
* reformat function
* refactor code
* fix bug in get function body
* retrigger test
* retrigger test
* fix: unexpected error when transform two pcoll
* revert redundant
* fix test
* reformat file
* simply change test case
* change test case
* change test case
* retrigger test
* update change.md
* update change.md
* update change.md
* update change.md
* update format of change.md
* update format of change.md
* update format of change.md
* update format of change.md1 parent 42aed71 commit 08b0572
File tree
3 files changed
+23
-1
lines changed- sdks/python/apache_beam/dataframe
3 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
320 | 340 | | |
321 | 341 | | |
322 | 342 | | |
| |||
0 commit comments