Unable to run query- Insert into with 'Nan' value in SQL Editor. Getting the error.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 09:19 PM
Unable to run query- Insert into with 'Nan' value in SQL Editor.
Query :-
Insert into ABC with values('xyz',123,Nan);
Error :-
org.apache.spark.sql.execution.datasources.v2.DataSourceV2Relation cannot be cast to org.apache.spark.sql.execution.datasources.LogicalRelation