You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (tableDef.columnTypes.exists(_.isCollection) && preserveTimesRequest)
30
30
Left(
31
-
newException("TTL/Writetime preservation is unsupported for tables with collection types"))
31
+
newException("TTL/Writetime preservation is unsupported for tables with collection types. Please check in your config the option 'preserveTimestamps' and set it to false to continue."))
0 commit comments