Skip to content

Commit 14606b5

Browse files
committed
add default_column_type to ConvertOptions cdef
1 parent 36d8c23 commit 14606b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/pyarrow/_csv.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,7 @@ cdef class ConvertOptions(_Weakrefable):
12101210
true_values={self.true_values},
12111211
false_values={self.false_values},
12121212
decimal_point={self.decimal_point!r},
1213+
default_column_type={self.default_column_type},
12131214
strings_can_be_null={self.strings_can_be_null},
12141215
quoted_strings_can_be_null={self.quoted_strings_can_be_null},
12151216
include_columns={self.include_columns},

0 commit comments

Comments
 (0)