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
Spark readers will read as UnsafeRow. When we try to add in the partition column values, an UnsupportedOperationException will be thrown because updateValue is not supported for UnsafeRow.
Spark readers will read as UnsafeRow. When we try to add in the partition column values, an UnsupportedOperationException will be thrown because updateValue is not supported for UnsafeRow.
JIRA info