addu390 commented on issue #341: URL: https://github.com/apache/doris-spark-connector/issues/341#issuecomment-4537898559
Hi @JNSimba, I'm planning take this on, because this requires casting in spark and is inconvenient to use. For example, cannot directly use `size > 0` in SQL as an example. However, there's no easy way to allow backward compatibility since `Array` is currently converted to a `String` for querying. Not to mention, the real fix should ideally come from up-stream to include the element-type instead of inferring it. Do you already have any ideas or suggestions on how to go about solving this issue? No worries, if not, I'll get back with a few suggestions before I even begin to implement. On a side note, maybe worth opening up github discussions for such conversations? -- 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]
