Unable to read data from delta table using a python script after the table properties change.

Lakshmi_J
Databricks Partner

Renamed the Column to include () in a delta table and set the table properties to the below

ALTER TABLE test_table SET TBLPROPERTIES (

  'delta.minReaderVersion' = '2',

  'delta.minWriterVersion' = '5',

  'delta.columnMapping.mode' = 'name'

 ) 

However we are able to read in Databricks ,

And if we read the table using a python script it is showing the columns in hexadecimal

Error