Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Unable to query with an attribute in geomesa feature type

Hello Everyone

I am not able to query with attribute "di"

Here is my feature schema:

r:Long:cardinality=high:index=join,*g:Point:srid=4326,di:Integer:index=join,al:Float,s:Float,b:Float,an:Float,he:Float,ve:Float,t:Float,m:Boolean,i:Boolean,ts:Long;geomesa.table.sharing='true',geomesa.indices='attr:4:3,records:2:3,z2:3:3',geomesa.table.sharing.prefix='\\u0001'

I have attached Query Plan for "di = 1".

I am not able to find out the root cause why It's getting empty query plan.

Any suggestion and help is welcomed.

Thank You

Suresh Prajapati

Attachment: QueryPlan.log
Description: Binary data


Back to the top