Omega359 commented on issue #12650: URL: https://github.com/apache/datafusion/issues/12650#issuecomment-2379802548
I think union_by_name is the core functionality desired here - here is spark's method for it [`unionByName(other: DataSet[T], allowMissingColumns: Boolean)`](https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/Dataset.html#unionByName(other:org.apache.spark.sql.Dataset[T],allowMissingColumns:Boolean):org.apache.spark.sql.Dataset[T]). I suggest this is the functionality that should be worked on for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
