Skip to content

Commit

Permalink
apacheGH-601 Synchronie some methods on the Projector.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Feb 12, 2025
1 parent a5b8604 commit 28cee4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public static Projector make(
* @param configurationId Custom configuration created through config builder.
* @return A native evaluator object that can be used to invoke these projections on a RecordBatch
*/
public static Projector make(
public static synchronized Projector make(
Schema schema,
List<ExpressionTree> exprs,
SelectionVectorType selectionVectorType,
Expand Down Expand Up @@ -314,7 +314,7 @@ public void evaluate(
outColumns);
}

private void evaluate(
private synchronized void evaluate(
int numRows,
List<ArrowBuf> buffers,
List<ArrowBuffer> buffersLayout,
Expand Down

0 comments on commit 28cee4e

Please sign in to comment.