hvanhovell commented on PR #41425: URL: https://github.com/apache/spark/pull/41425#issuecomment-1898495384
@tfinn-ias so it is a Databricks problem? The `toJsonValue` function is available in SPARK-3.4. In general it is not recommended to use methods that are marked as `private[sql]` since this is not part of the public API. We can change this in a future release, and vendors are free to change this. If it is a Databricks problem then I'd suggest that you take it up with them. For transparency I work at Databricks but in this case we should go through the formal channels. -- 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]
