Better error messages on inserts (ProgrammingError
for invalid types)
#229
Labels
enhancement
New feature or request
ProgrammingError
for invalid types)
#229
I'm inserting a large data frame, with over a million rows. The following error is raised:
This error is not falsely triggered, it just doesn't provide any useful information towards debugging the error. I don't know which column has this type error, much less which row.
Edit: This may not be possible to fix without an upstream Clickhouse API modification.
From source (
driver/httpclient.py
)The text was updated successfully, but these errors were encountered: