Skip to main content

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

Hello Everyone,

I solved this by adding missing transformers in maven shade plugin to pick various runtime implementation.

Thank You
Suresh Prajapati

On Tue, May 2, 2017 at 6:50 PM, Emilio Lahr-Vivaz <elahrvivaz@xxxxxxxx> wrote:
Hi Suresh,

I'm not able to reproduce your issue. Could you create a runnable snippet or test that illustrates the problem?

Thanks,

Emilio


On 05/02/2017 02:36 AM, Suresh Prajapati wrote:
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



_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geomesa-users


_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geomesa-users


Back to the top