SparkSQLCompare does not work on Databricks serverless
Got this error when running on serverless:
[NOT_SUPPORTED_WITH_SERVERLESS] PERSIST TABLE is not supported on serverless compute. SQLSTATE: 0A000
File
@scardella Thanks for the issue. I believe this was a known issue with databricks and its serverless option: https://docs.databricks.com/aws/en/compute/serverless/limitations
Given it doesn't support the full suite of options I'm not sure this is something we can support or tweak. Maybe there is a case for a special databricks comparer? I don't have databricks access so I can't really test this out.
Given the issue, all you really need is to eliminate some cache() or persist() type statements. OR give the end user the capacity to toggle that.
Given the issue, all you really need is to eliminate some cache() or persist() type statements. OR give the end user the capacity to toggle that.
If you are able to test this out on your end and submit a PR I'd be able to consider/review that. Like I mentioned I don't have databricks serverless access.