Skip to content

Commit

Permalink
Update engine/table/src/main/java/io/deephaven/engine/table/impl/lang…
Browse files Browse the repository at this point in the history
…/QueryLanguageParser.java

Co-authored-by: Ryan Caudy <[email protected]>
  • Loading branch information
nbauernfeind and rcaudy authored Feb 10, 2024
1 parent f97fbf8 commit 7b86582
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2758,7 +2758,7 @@ private void prepareVectorizationArgs(
pyCallableWrapper.addChunkArgument(
new ConstantChunkArgument(queryScopeVariables.get(name), argTypes[i]));
} else {
throw new IllegalStateException("Vectorizability could not find variable by name: " + name);
throw new IllegalStateException("Vectorizability check could not find variable by name: " + name);
}
} else {
throw new IllegalStateException("Vectorizability check failed: " + n);
Expand Down

0 comments on commit 7b86582

Please sign in to comment.