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
== Fallback Summary ==
(1) LocalTableScan: Gluten does not touch it or does not support it
(7) NoopLeaf: Gluten does not touch it or does not support it
(8) WriteFiles: Gluten does not touch it or does not support it
== Physical Plan ==
Execute InsertIntoHadoopFsRelationCommand (11)
+- VeloxColumnarWriteFiles (10)
:- ^ WriteFilesExecTransformer (5)
: +- ^ InputIteratorTransformer (4)
: +- ^ InputAdapter (3)
: +- ^ RowToVeloxColumnar (2)
: +- ^ LocalTableScan (1)
+- RowToVeloxColumnar (9)
+- WriteFiles (8)
+- NoopLeaf (7)
24/05/27 17:32:18 WARN [main] GlutenFallbackReporter: Validation failed for plan: Execute InsertIntoHadoopFsRelationCommand[QueryId=0], due to: at least one of its children has empty output; at least one of its children has empty output
Each huge refactoring of plan conversion framework bring new concepts for user/developer, and not only need lots time to understanding new code structure and new naming, but also introduce misleading fallback messages.
In above case, I need to check code and UI more carefully to ensure the fallback log from GlutenFallbackReporter is wrong, but I really dont want to.
Backend
VL (Velox)
Bug description
Each huge refactoring of plan conversion framework bring new concepts for user/developer, and not only need lots time to understanding new code structure and new naming, but also introduce misleading fallback messages.
In above case, I need to check code and UI more carefully to ensure the fallback log from GlutenFallbackReporter is wrong, but I really dont want to.
#5698
#5480
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: