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
The test cannot use checkSparkAnswerAndOperator atm but should eventually.
The plan is not fully native for two reasons -
native_datafusion and native_iceberg_compat do not support DSV2 so the Scan falls back to Spark
with DSV2 the plan is
Uh oh!
There was an error while loading. Please reload this page.
Good point @comphead .
The test cannot use
checkSparkAnswerAndOperator
atm but should eventually.The plan is not fully native for two reasons -
native_datafusion and native_iceberg_compat do not support DSV2 so the Scan falls back to Spark
with DSV2 the plan is
with DSV1 sources, the scan is Native but the Project is not.
Originally posted by @parthchandra in #1771 (comment)
The text was updated successfully, but these errors were encountered: