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
Describe the bug
Cluster processing protocol version (DBMS_CLUSTER_PROCESSING_PROTOCOL_VERSION) in Antalya branch is conflicting with upstream master branch.
Used version DBMS_CLUSTER_PROCESSING_PROTOCOL_VERSION_WITH_DATA_LAKE_COLUMNS_METADATA = 3 conflicts with DBMS_CLUSTER_PROCESSING_PROTOCOL_VERSION_WITH_ICEBERG_METADATA = 3 in upstream.
Describe the bug
Cluster processing protocol version (
DBMS_CLUSTER_PROCESSING_PROTOCOL_VERSION) in Antalya branch is conflicting with upstream master branch.Key information
Introduced in #1069
Used version
DBMS_CLUSTER_PROCESSING_PROTOCOL_VERSION_WITH_DATA_LAKE_COLUMNS_METADATA = 3conflicts withDBMS_CLUSTER_PROCESSING_PROTOCOL_VERSION_WITH_ICEBERG_METADATA = 3in upstream.Possible ways to resolve