Commit a02de8f
committed
Fix backpressure to use new instance per call
1 parent 70cd011 commit a02de8f
File tree
2 files changed
+11
-6
lines changed- presto-flight-shim/src/main/java/com/facebook/presto/flightshim
- presto-native-execution
2 files changed
+11
-6
lines changedLines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
| |||
- .github/workflows/linux-build-base.yml+5-2
- scripts/setup-centos9.sh+1-1
- velox/connectors/hive/HiveDataSource.cpp+49-30
- velox/connectors/hive/HiveDataSource.h+5-1
- velox/connectors/hive/TableHandle.cpp+4-2
- velox/connectors/hive/TableHandle.h+25-3
- velox/core/Expressions.cpp+14
- velox/core/Expressions.h+4
- velox/exec/tests/TableScanTest.cpp+26
- velox/exec/tests/utils/PlanBuilder.cpp+17-2
- velox/exec/tests/utils/PlanBuilder.h+7
- velox/experimental/cudf/CudfQueryConfig.h+27
- velox/experimental/cudf/exec/CMakeLists.txt+1
- velox/experimental/cudf/exec/CudfTopN.cpp+186
- velox/experimental/cudf/exec/CudfTopN.h+79
- velox/experimental/cudf/exec/ToCudf.cpp+9
- velox/experimental/cudf/tests/CMakeLists.txt+19
- velox/experimental/cudf/tests/TopNTest.cpp+319
- velox/experimental/wave/dwio/nimble/tests/NimbleReaderTestUtil.cpp+2-1
- velox/expression/CMakeLists.txt+1
- velox/expression/ConjunctRewrite.cpp+78
- velox/expression/ConjunctRewrite.h+36
- velox/expression/RegisterSpecialForm.cpp+3-3
- velox/expression/tests/CMakeLists.txt+1
- velox/expression/tests/ConjunctRewriteTest.cpp+88
- velox/expression/tests/ExprOptimizerTest.cpp+15-2
- velox/expression/tests/ExprTest.cpp+4-4
0 commit comments