Serge Rielau created SPARK-44577:
------------------------------------
Summary: INSERT BY NAME returns non-sensical error message
Key: SPARK-44577
URL: https://issues.apache.org/jira/browse/SPARK-44577
Project: Spark
Issue Type: Bug
Components: Spark Core
Affects Versions: 3.4.0
Reporter: Serge Rielau
CREATE TABLE bug(c1 INT);
INSERT INTO bug BY NAME SELECT 1 AS c2;
==> Multi-part identifier cannot be empty.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]