kwai / blaze

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

blaze.BlazeConverters: Error converting exec: HashAggregateExec: assertion failed #500

Closed SeaSand1024 closed 3 months ago

SeaSand1024 commented 3 months ago

Describe the bug when I use spark3.0.3 with blaze, it crash, Finally it reported an error,"Blaze convert strategy for current stage"

截屏2024-06-22 15 34 37 截屏2024-06-22 15 35 11

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.

richox commented 3 months ago

it is just a warning, this unsupported operator will be failed back to spark without affecting the output consistency.