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
if (e.getMessage() != null && e.getMessage().contains("failed to parse line protocol") || e.getMessage().contains("cast error")) { // hack to detect data parsing errors
250
+
if (e.getMessage() != null && e.getMessage().contains("error in line")) { // hack to detect data parsing errors
251
251
// ok, we have a parsing error, let's try to send records one by one to find the problematic record
252
252
// and we will report it to the error handler. the rest of the records will make it to QuestDB
0 commit comments