Github user rdblue commented on a diff in the pull request:
https://github.com/apache/spark/pull/17540#discussion_r110523942
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala ---
@@ -180,9 +180,13 @@ class Dataset[T] private[sql](
// to happen right away to let these side effects take place eagerly.
queryExecution.analyzed match {
case c: Command =>
- LocalRelation(c.output,
queryExecution.executedPlan.executeCollect())
--- End diff --
Yeah, the check I added to ensure we get the same results in the SQL tab
has [several hundred
failures](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/75579/testReport/)
that go through this. Looks like the path is almost always `spark.sql` when
the SQL statement is a command like CTAS.
I like your version and will update.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]