Currently, it seems impossible to modify ArrowConfig, specifically UseArrowNativeDecimal because this configuration is not exposed to users. This causes DECIMAL column data to be always read as String instead of casting to arrowType.decimal128 or something equivalent.
Is there any workaround for setting this property while creating the connection?
Currently, it seems impossible to modify
ArrowConfig, specificallyUseArrowNativeDecimalbecause this configuration is not exposed to users. This causesDECIMALcolumn data to be always read asStringinstead of casting toarrowType.decimal128or something equivalent.Is there any workaround for setting this property while creating the connection?