Skip to content

Commit

Permalink
Merge pull request #2299 from fengzeroz/main
Browse files Browse the repository at this point in the history
fix: fix_value case neu_type_array_char
  • Loading branch information
fengzeroz authored Nov 7, 2024
2 parents a60657b + 912cf14 commit aee8160
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 @@ -748,6 +748,7 @@ static void fix_value(neu_datatag_t *tag, neu_type_e value_type,
case NEU_TYPE_TIME:
case NEU_TYPE_DATA_AND_TIME:
case NEU_TYPE_ARRAY_INT64:
case NEU_TYPE_ARRAY_CHAR:
break;
case NEU_TYPE_BIT:
value->type = NEU_TYPE_BIT;
Expand Down

0 comments on commit aee8160

Please sign in to comment.