Skip to content

Commit

Permalink
Merge pull request #2304 from fengzeroz/main
Browse files Browse the repository at this point in the history
fix value: array bool
  • Loading branch information
fengzeroz authored Nov 7, 2024
2 parents c722ee8 + 9fd7e76 commit 141b3f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/driver/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ static void fix_value(neu_datatag_t *tag, neu_type_e value_type,
case NEU_TYPE_DATA_AND_TIME:
case NEU_TYPE_ARRAY_INT64:
case NEU_TYPE_ARRAY_CHAR:
case NEU_TYPE_ARRAY_BOOL:
break;
case NEU_TYPE_BIT:
value->type = NEU_TYPE_BIT;
Expand Down

0 comments on commit 141b3f5

Please sign in to comment.