Commit c243388
committed
fix(native): Generation of thrift protocol
The thrift generation was broken because a line
that was expected to be removed was not and caused
a thrift parse error.
That line is "drift.recursive_reference = true,” which
was not caught by the regex attempting to remove it.
This PR also adds the required thrift parser to the
python installation of the dependency to use it in the CI.1 parent a0c07bb commit c243388
File tree
2 files changed
+4
-2
lines changed- presto-native-execution
- presto_cpp/main/thrift
- scripts
2 files changed
+4
-2
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments