File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
gandiva/src/main/java/org/apache/arrow/gandiva/evaluator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ public static Projector make(
188188 * @param configurationId Custom configuration created through config builder.
189189 * @return A native evaluator object that can be used to invoke these projections on a RecordBatch
190190 */
191- public static Projector make (
191+ public static synchronized Projector make (
192192 Schema schema ,
193193 List <ExpressionTree > exprs ,
194194 SelectionVectorType selectionVectorType ,
@@ -314,7 +314,7 @@ public void evaluate(
314314 outColumns );
315315 }
316316
317- private void evaluate (
317+ private synchronized void evaluate (
318318 int numRows ,
319319 List <ArrowBuf > buffers ,
320320 List <ArrowBuffer > buffersLayout ,
You can’t perform that action at this time.
0 commit comments