kaori-seasons commented on PR #345: URL: https://github.com/apache/doris-spark-connector/pull/345#issuecomment-3483471375
> Thank you for your contribution. > > 1. Is the inferred data type inaccurate? > 2. Currently, we are converting the Array to a String for reading. Have we encountered any problems with this method? Hello, thank you for your attention. In fact, I have already completed the conversion from array to string in the first commit of this PR and implemented relevant fallback strategies. However, after careful consideration, I believe that in scenarios with large amounts of data, type inference with arrow can reduce some performance overhead. What are your thoughts on this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
