kwai / blaze

Blazing-fast query execution engine speaks Apache Spark language and has Arrow-DataFusion at its core.
Apache License 2.0
1.15k stars 109 forks source link

spark3.3.3 java exception thrown at native-engine/blaze/src/rt.rs:80 #508

Open SeaSand1024 opened 2 months ago

SeaSand1024 commented 2 months ago

Describe the bug A clear and concise description of what the bug is.

截屏2024-07-01 22 56 09

Caused by: java.lang.RuntimeException: called Result::unwrap() on an Err value: External("Java exception thrown at native-engine/blaze/src/rt.rs:80: org.apache.arrow.c.Data.importSchema(Lblaze/org/apache/arrow/memory/BufferAllocator;Lorg/apache/arrow/c/ArrowSchema;Lorg/apache/arrow/c/CDataDictionaryProvider;)Lblaze/org/apache/arrow/vector/types/pojo/Schema;") To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

SeaSand1024 commented 2 months ago

Isn't this compatible with centos7?

richox commented 2 months ago

could you check the executor log for detailed error message? blaze has no special dependences to operating system. centos7 should be OK.