You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yuming Wang (Jira)" <ji...@apache.org> on 2023/04/16 07:00:00 UTC

[jira] [Resolved] (SPARK-43139) Bug in INSERT INTO documentation

     [ https://issues.apache.org/jira/browse/SPARK-43139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuming Wang resolved SPARK-43139.
---------------------------------
    Fix Version/s: 3.5.0
                   3.4.1
       Resolution: Fixed

Issue resolved by pull request 40807
[https://github.com/apache/spark/pull/40807]

> Bug in INSERT INTO documentation
> --------------------------------
>
>                 Key: SPARK-43139
>                 URL: https://issues.apache.org/jira/browse/SPARK-43139
>             Project: Spark
>          Issue Type: Documentation
>          Components: Documentation
>    Affects Versions: 3.3.2
>            Reporter: Bjorn Olsen
>            Assignee: Yuming Wang
>            Priority: Trivial
>             Fix For: 3.5.0, 3.4.1
>
>
> I think there is a bug in this page [https://spark.apache.org/docs/3.1.2/sql-ref-syntax-dml-insert-into.html]
> The following SQL statement does not look valid based on the contents of the "applicants" table.
> {code:java}
> INSERT INTO students
>      FROM applicants SELECT name, address, id applicants WHERE qualified = true; {code}
> Specifically, "id applicants" should possibly be changed to "student_id"



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org