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?