Commit 79a6132
authored
fix: handle missing expression type in protobuf import correctly (#71)
This PR fixes the handling of `Expression` protobuf messages that do not
of the `expression` type set. Such a message would be invalid Substrait
but valid protobuf, so the import logic has to be able to handle that
case gracefully. The PR now has a dedicated `case` for that case.
Signed-off-by: Ingo Müller <[email protected]>1 parent 7c55b1b commit 79a6132
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
216 | 218 | | |
217 | 219 | | |
218 | 220 | | |
219 | | - | |
| 221 | + | |
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
| |||
0 commit comments