Skip to content

Commit ee53ffe

Browse files
Mryangekoarz
authored andcommitted
[chore](json) remove jsonb_parser.h file (apache#51284)
### What problem does this PR solve? Delete jsonb_parser.h, since simdjson already supports multiple CPU architectures.
1 parent 9089ee0 commit ee53ffe

7 files changed

Lines changed: 4 additions & 1091 deletions

File tree

be/src/runtime/jsonb_value.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@
2626

2727
#include "common/status.h"
2828
#include "util/hash_util.hpp"
29-
#ifdef __AVX2__
3029
#include "util/jsonb_parser_simd.h"
31-
#else
32-
#include "util/jsonb_parser.h"
33-
#endif
3430

3531
namespace doris {
3632

0 commit comments

Comments
 (0)