You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
java.io.IOException: nativeEvaluate: evaluate failed with error msg Invalid: RecordBatch must be non-empty.
at com.intel.oap.vectorized.ExpressionEvaluatorJniWrapper.nativeEvaluate(Native Method)
at com.intel.oap.vectorized.ExpressionEvaluator.evaluate(ExpressionEvaluator.java:137)
at com.intel.oap.vectorized.ExpressionEvaluator.evaluate(ExpressionEvaluator.java:107)
at com.intel.oap.execution.ColumnarShuffledHashJoinExec.$anonfun$doExecuteColumnar$1(ColumnarShuffledHashJoinExec.scala:229)
at org.apache.spark.rdd.ZippedPartitionsRDD2.compute(ZippedPartitionsRDD.scala:89)
The text was updated successfully, but these errors were encountered:
We should guard the empty results code path
The text was updated successfully, but these errors were encountered: