Skip to content

Commit

Permalink
Fix DECIMAL64 enum order
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Oct 30, 2024
1 parent 4d60dab commit 4dc53bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion c_glib/arrow-glib/type.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ typedef enum {
GARROW_TYPE_TIME64,
GARROW_TYPE_MONTH_INTERVAL,
GARROW_TYPE_DAY_TIME_INTERVAL,
GARROW_TYPE_DECIMAL64,
GARROW_TYPE_DECIMAL128,
GARROW_TYPE_DECIMAL256,
GARROW_TYPE_LIST,
Expand All @@ -116,6 +115,8 @@ typedef enum {
GARROW_TYPE_LARGE_LIST,
GARROW_TYPE_MONTH_DAY_NANO_INTERVAL,
GARROW_TYPE_RUN_END_ENCODED,
/* TODO: Remove = 44 when we add STRING_VIEW..DECIMAL32. */
GARROW_TYPE_DECIMAL64 = 44,
} GArrowType;

/**
Expand Down

0 comments on commit 4dc53bf

Please sign in to comment.