https://delta.io logo
y

Yuya Ebihara

06/07/2023, 11:45 AM
I receive the following error when creating Delta Lake table with
'delta.minWriterVersion'='6'
table property on Spark 3.4.0 & Delta 2.4.0. Is it a known limitation? Spark 3.3.2 & Delta 2.3.0 had no such failure.
Copy code
CREATE TABLE a.b (col int) USING DELTA LOCATION '<s3://xxx/xxx>' TBLPROPERTIES ('delta.minWriterVersion'='6')
-> delta.minWriterVersion needs to be one of 1, 2, 3, 4, 5, 7.
cc: @Denny Lee @venki
v

venki

06/20/2023, 6:54 PM
@Paddy ^