cancel
Showing results for 
Search instead for 
Did you mean: 
Angus-Dawson
New Contributor III
since ‎07-26-2024
‎06-04-2025

User Stats

  • 6 Posts
  • 0 Solutions
  • 7 Kudos given
  • 8 Kudos received

User Activity

Per the release notes for Databricks Runtime 16.4 LTS, the environment has Apache Spark 3.5.2 and Delta Lake 3.3.1:https://docs.databricks.com/aws/en/release-notes/runtime/16.4ltsHowever, Delta Lake 3.3.1 is built on Spark 3.5.3; the newest version o...
I'm trying to use Databricks Connect to run queries on Delta Tables locally. However, SQL queries using spark.sql don't seem to work properly, even though spark.read.table works.>>> from databricks.connect import DatabricksSession>>> spark = Databric...