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
Currently when calling read_csv/read_csv_auto on a row with a very big text data Description of DuckDBException will contain initial line read from the CSV file. If the column is very long (12.5M+ symbols in my case) the exception thrown will crash or hang/make Visual Studio unresponsive. Would be great if the initial line can be either shorten somehow or removed from the description at all (if it makes sense for the rest of the devs)