Skip to content

Commit 286c966

Browse files
committed
work
1 parent b31085d commit 286c966

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cpp/src/arrow/json/parser.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ static const char* SimdjsonErrorMessage(simdjson::error_code error) {
6262
case simdjson::UNESCAPED_CHARS:
6363
return "Invalid string";
6464
case simdjson::NUMBER_ERROR:
65-
case simdjson::BIGINT_ERROR:
6665
case simdjson::NUMBER_OUT_OF_RANGE:
6766
return "Invalid number";
6867
case simdjson::T_ATOM_ERROR:
@@ -77,8 +76,6 @@ static const char* SimdjsonErrorMessage(simdjson::error_code error) {
7776
return "The document is empty";
7877
case simdjson::DEPTH_ERROR:
7978
return "Document exceeds maximum nesting depth";
80-
case simdjson::TRAILING_CONTENT:
81-
return "Unexpected trailing content";
8279
default:
8380
return simdjson::error_message(error);
8481
}

0 commit comments

Comments
 (0)