Menelaos Karavelas created SPARK-46964: ------------------------------------------
Summary: Change the signature of the hllInvalidLgK query execution error to take an integer as 4th argument Key: SPARK-46964 URL: https://issues.apache.org/jira/browse/SPARK-46964 Project: Spark Issue Type: Improvement Components: SQL Affects Versions: 4.0.0 Reporter: Menelaos Karavelas The current signature of the {{hllInvalidLgK}} query execution error takes four arguments: # The SQL function (a string). # The minimum possible {{lgk}} value (an integer). # The maximum possible {{lgk}} value (an integer). # The actual invalid {{lgk}} value (a string). There is no meaningful reason for the 4th argument to be a string. This issue is about changing the 4th argument to an integer. -- 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