cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Unable to create bloom filter index

qwerty1
Contributor

I am unable to create bloom filter index on my table

CREATE BLOOMFILTER INDEX ON TABLE my_namespace.foo FOR COLUMNS (id OPTIONS (fpp = 0.1, numItems = 6000000))

Gives the error

AnalysisException: Table `spark_catalog`.`my_namespace`.`foo` did not specify locationUri.

What does this mean?

1 REPLY 1

Debayan
Esteemed Contributor III
Esteemed Contributor III

Hi, You can refer to https://issues.apache.org/jira/browse/SPARK-27617 for the above error.

Please let us know if this helps, also please tag @Debayanโ€‹ with your next response which will notify me, Thank you!