-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seeing WARN messages indicating native execution is disabled #180
Comments
I think it is due to there are unsupported expressions as shown in the warning log. |
For |
BTW, I think the warning log is misleading for now. It actually means a certain operator/expression is not supported. Not that the while query is not supported. |
In query explain string or query plan in Spark UI, you can see which operators are transformed to Comet and which operators are kept as Spark ones. |
Thank you @viirya |
We can probably de-duplicate the error messages too since many of them are the same. |
Describe the bug
While running Comet with OSS Spark, I noticed warning messages on some queries indicating that
Comet native execution is disabled
. Wondering why that is.Here's the execution log:
Here's the query itself
Regardless, I could see that the queries ran faster.
Steps to reproduce
Apologies for mentioning minimal steps here. Thats all thats needed fortunately.
Expected behavior
No WARN messages
Additional context
This only happened for some queries. For example, Q46 ran without any issues.
The text was updated successfully, but these errors were encountered: