Skip to content

Commit 5b4cbfa

Browse files
committed
fix: update decimal source enum values for compatibility
1 parent 48e9709 commit 5b4cbfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/questdb/dataframe.pxi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ cdef enum col_source_t:
150150
col_source_dt64ns_tz_arrow = 502000
151151
col_source_arr_f64_numpyobj = 601100
152152
col_source_decimal_pyobj = 701100
153-
col_source_decimal32_arrow = 702000
154-
col_source_decimal64_arrow = 703000
155-
col_source_decimal128_arrow = 704000
156-
col_source_decimal256_arrow = 705000
153+
col_source_decimal32_arrow = 702100
154+
col_source_decimal64_arrow = 703100
155+
col_source_decimal128_arrow = 704100
156+
col_source_decimal256_arrow = 705100
157157

158158

159159
cdef bint col_source_needs_gil(col_source_t source) noexcept nogil:

0 commit comments

Comments
 (0)