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
Getting following error on attempts to run cidr_match queries against following CREATE TABLE security_log (user_id STRING, remote_host_ip STRING). Cluster is 11.3 LTS ML (includes Apache Spark 3.3.0, Scala 2.12)
from dbl_transpiler import spl
display(spl("""
index=security_log remote_host_ip=109.177.0.0/16
"""))
...
Py4JJavaError: An error occurred while calling z:com.databricks.labs.transpiler.spl.Transpiler.toDataFrame.
: java.lang.NoSuchMethodError: org.apache.spark.sql.catalyst.expressions.Cast$.apply$default$4()Z
at org.apache.spark.sql.CidrMatch.aton(CidrMatch.scala:43)
at org.apache.spark.sql.CidrMatch.ipAddress(CidrMatch.scala:24)
at org.apache.spark.sql.CidrMatch.cidrMatch(CidrMatch.scala:22)
The text was updated successfully, but these errors were encountered:
Getting following error on attempts to run
cidr_match
queries against followingCREATE TABLE security_log (user_id STRING, remote_host_ip STRING)
. Cluster is11.3 LTS ML (includes Apache Spark 3.3.0, Scala 2.12)
The text was updated successfully, but these errors were encountered: