Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Querying a interger column

Hi all,

Just wondering if I can get some help to properly query in python using geomesa interger 9780873, below code give blank results. T

df=spark.sql("""select * from df where
           imo = 9780873 and
           dtg > cast('2019-01-01 00:00' as timestamp) and  
           dtg < cast('2010-12-31 00:00' as timestamp)""")

Thank you in advance.

Regards,
Danilo
***************Este mensaje (y sus adjuntos), en adelante "mensaje", ha sido enviado exclusivamente a su(s) destinatario(s) y es confidencial. Si usted recibe este mensaje por error, por favor bórrelo y comunique inmediatamente al remitente. Toda utilización o publicación, total o parcial, queda prohibida salvo autorización expresa. La UTP no podrá ser considerada responsable si el mensaje ha sido modificado y/o utilizado sin autorización. This message (and any attachments), are confidential intended solely for the people whose addresses appear. If you have received this message by error, please delete it and immediately notify the sender. Any use, dissemination or disclosure, either whole or partial, without formal approval is prohibited. The UTP will not therefore be liable for the message if modified and/or used without approval.**************

Back to the top