You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to create an external table from a CSV file using SQL like this:
When I select data from this table, I get an error:
ArrowError(CsvError("incorrect number of fields for line 1, expected 5 got 4"), None)
I know the
customer_filed
field does not exist in the CSV file, but I need this field in the table. How can I achieve this?Beta Was this translation helpful? Give feedback.
All reactions