[jira] [Commented] (SPARK-43438) Fix mismatched column list error on INSERT

2023-07-06 Thread Serge Rielau (Jira)
[ https://issues.apache.org/jira/browse/SPARK-43438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17740789#comment-17740789 ] Serge Rielau commented on SPARK-43438: -- spark-sql (default)> INSERT INTO tabtest SELECT 1; This

[jira] [Commented] (SPARK-43438) Fix mismatched column list error on INSERT

2023-07-05 Thread Max Gekk (Jira)
[ https://issues.apache.org/jira/browse/SPARK-43438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17740048#comment-17740048 ] Max Gekk commented on SPARK-43438: -- Current behaviour on the recent OSS master: {code:sql} spark-sql

[jira] [Commented] (SPARK-43438) Fix mismatched column list error on INSERT

2023-06-27 Thread Max Gekk (Jira)
[ https://issues.apache.org/jira/browse/SPARK-43438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17737570#comment-17737570 ] Max Gekk commented on SPARK-43438: -- > 2. when execute sql "INSERT INTO tabtest(c1, c2) SELECT 1", the

[jira] [Commented] (SPARK-43438) Fix mismatched column list error on INSERT

2023-06-23 Thread BingKun Pan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-43438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17736485#comment-17736485 ] BingKun Pan commented on SPARK-43438: - I checked and found that after

[jira] [Commented] (SPARK-43438) Fix mismatched column list error on INSERT

2023-06-22 Thread BingKun Pan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-43438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17736317#comment-17736317 ] BingKun Pan commented on SPARK-43438: - Let me to do it. > Fix mismatched column list error on

[jira] [Commented] (SPARK-43438) Fix mismatched column list error on INSERT

2023-06-16 Thread Max Gekk (Jira)
[ https://issues.apache.org/jira/browse/SPARK-43438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17733496#comment-17733496 ] Max Gekk commented on SPARK-43438: -- [~beliefer] [~panbingkun] Would you like to work on this? > Fix

[jira] [Commented] (SPARK-43438) Fix mismatched column list error on INSERT

2023-06-11 Thread Max Gekk (Jira)
[ https://issues.apache.org/jira/browse/SPARK-43438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17731321#comment-17731321 ] Max Gekk commented on SPARK-43438: -- [~erico] Would you like to work on this issue? It is related to