HybridBackend icon indicating copy to clipboard operation
HybridBackend copied to clipboard

fix pyarrow error

Open Nov11 opened this issue 11 months ago • 0 comments

convert both normal values and default value to same type to avoid error below:

pyarrow.lib.ArrowInvalid: ('Can only convert 1-dimensional array values', 'Conversion failed for column user_buy_category_list with type object')

Nov11 avatar Mar 14 '24 15:03 Nov11