j1wonpark commented on PR #56447: URL: https://github.com/apache/spark/pull/56447#issuecomment-4687468207
A related observation: `getString()` currently renders complex values via Scala `toString` (e.g. `ArraySeq(1, 2, 3)`), losing struct field names. Hive JDBC and databricks-jdbc render JSON instead. I'd like to make `getString()` follow `to_json` semantics in a follow-up, unless you think it belongs in this PR. WDYT? -- 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]
