Skip to content

Commit

Permalink
delete file
Browse files Browse the repository at this point in the history
  • Loading branch information
amorynan committed Nov 4, 2024
1 parent 5d14451 commit 4d3a889
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions be/src/vec/exec/format/json/new_json_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,6 @@ Status NewJsonReader::get_parsed_schema(std::vector<std::string>* col_names,
objectValue = _json_doc;
}

if (!objectValue->IsObject()) {
return Status::DataQualityError("JSON data is not an object. but: {}",
objectValue->GetType());
}

// use jsonpaths to col_names
if (!_parsed_jsonpaths.empty()) {
for (auto& _parsed_jsonpath : _parsed_jsonpaths) {
Expand Down

0 comments on commit 4d3a889

Please sign in to comment.