richox commented on PR #1317: URL: https://github.com/apache/auron/pull/1317#issuecomment-3311963243
a simpler approach is converting `Cast(str as num)` to `StringTrim(Cast(str as num))` in NativeConverters.scala: https://github.com/apache/auron/blob/99496ab5e8ee550eee2ec89f6495c85036efeeb6/spark-extension/src/main/scala/org/apache/spark/sql/auron/NativeConverters.scala#L447 so we don't have to change native code. it is also easier to cooperate with AuronConf. -- 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]
