Christian Pfarr
01/30/2023, 7:46 PMspark.sql.parquet.int96AsTimestamp
to false, so i wouldnt have to set this drill setting, but it seems that the delta-table writes the data always as INT96.
Is it possible to configure this via a special delta config or should this setting work and i did something wrong while setting up my spark session?spark.sql.parquet.outputTimestampType
to TIMESTAMP_MILLIS
does the trick for writing and drill works without special config