SparkSession conf : strange bug when injecting property "hourl" in SQL query
Assuming you have a catalog "my_catalog" and a schema "my_schema", the following code is not working : full_table_location = "`my_catalog`.`my_schema`.`my_table_hourl`" spark.conf.set("fullTableName", full_table_location) spark.sql("""SELECT * FRO...
- 1284 Views
- 0 replies
- 0 kudos