diff --git a/common/utils/src/main/resources/error/error-conditions.json b/common/utils/src/main/resources/error/error-conditions.json index 8e7125a07c1e8..714a029c3c7cb 100644 --- a/common/utils/src/main/resources/error/error-conditions.json +++ b/common/utils/src/main/resources/error/error-conditions.json @@ -8363,12 +8363,12 @@ }, "SET_OPERATION_ON_MAP_TYPE" : { "message" : [ - "Cannot have MAP type columns in DataFrame which calls set operations (INTERSECT, EXCEPT, etc.), but the type of column is ." + "Cannot have MAP type columns in set operations (INTERSECT, EXCEPT, etc.), but the type of column is ." ] }, "SET_OPERATION_ON_VARIANT_TYPE" : { "message" : [ - "Cannot have VARIANT type columns in DataFrame which calls set operations (INTERSECT, EXCEPT, etc.), but the type of column is ." + "Cannot have VARIANT type columns in set operations (INTERSECT, EXCEPT, etc.), but the type of column is ." ] }, "SET_PATH_WHEN_DISABLED" : {