Skip to content

Commit 47171f0

Browse files
authoredJul 25, 2024
[BugFix] Fix load boolean from json (StarRocks#48387)
Signed-off-by: wyb <[email protected]>
1 parent 9a819b2 commit 47171f0

File tree

4 files changed

+426
-208
lines changed

4 files changed

+426
-208
lines changed
 

‎be/src/exec/json_scanner.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ static TypeDescriptor construct_json_type(const TypeDescriptor& src_type) {
153153
case TYPE_INT:
154154
case TYPE_SMALLINT:
155155
case TYPE_TINYINT:
156+
case TYPE_BOOLEAN:
156157
case TYPE_CHAR:
157158
case TYPE_VARCHAR:
158159
case TYPE_JSON: {

0 commit comments

Comments
 (0)
Please sign in to comment.