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
When a large dataset is ingested (e.g. a CSV file with > 220.000 lines), it may happen that the routine insert_into_collection yields error messages, such as out of range float values are not json compliant or Connection refused. As these errors can be solved by choosing a smaller value for max_transfer_chunk_size, they are misleading. A message describing what actually went wrong, and containing "Choose a smaller value for max_transfer_chunk_size would be a valuable error message.
The text was updated successfully, but these errors were encountered:
When a large dataset is ingested (e.g. a CSV file with > 220.000 lines), it may happen that the routine
insert_into_collection
yields error messages, such asout of range float values are not json compliant
orConnection refused
. As these errors can be solved by choosing a smaller value formax_transfer_chunk_size
, they are misleading. A message describing what actually went wrong, and containing "Choose a smaller value formax_transfer_chunk_size
would be a valuable error message.The text was updated successfully, but these errors were encountered: