Nikola Mandic created SPARK-47144: ------------------------------------- Summary: Fix Spark Connect collation issue Key: SPARK-47144 URL: https://issues.apache.org/jira/browse/SPARK-47144 Project: Spark Issue Type: Bug Components: Connect Affects Versions: 4.0.0 Reporter: Nikola Mandic Fix For: 4.0.0
Collated expression "SELECT 'abc' COLLATE 'UCS_BASIC_LCASE'" is failing when connecting to sever using Spark Connect: {code:java} pyspark.errors.exceptions.connect.SparkConnectGrpcException: (org.apache.spark.sql.connect.common.InvalidPlanInput) Does not support convert string(UCS_BASIC_LCASE) to connect proto types.{code} When using default collation "UCS_BASIC", the error is not occurring. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org