Hi Grzesiek,Thanks for helping. Code looks neatly organized. :)One question though, Is there an easy way to create model classes for below JSON's. You can see they are fairly complex and different from each other and hence two separate models have to be created in the same eclipse project ?Thanks,Dheeraj
Hi Grzesiek,Thanks for helping.
I modified the twitter connector code as per our requirement along with commenting security and passing query parameter. Code was getting compiled properly in STS but I am getting following error while building jar through "mvn package". I have attached both java project as well as maven error.Please remove the .remove extension and import in STS as java existing project.Kindly help. I will be grateful.Thanks,Dheeraj
--
You received this message because you are subscribed to a topic in the Google Groups "Presto" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/presto-users/t31yux2fs7E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to presto-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to presto-users...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to presto-users+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to presto-users+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to presto-users+unsubscribe@googlegroups.com.
we have implemented a rest connector with where clause in which we can pass query params and request body params. ConnectorMetadata#getTableLayouts we get a constraint parameter which has the Tupeldomain, but we noticed that the moment you pass anything apart from a single condition or conditions with only AND operator,tupleDomain becomes empty.Is there any specific reason why Presto does not send other where clause statements to the underlying connector. If you have come across this problem please let me know the reason if you don't mind. And one more thing the entire where clause is there in predicate filed in the constraint object but I am not able to extract it properly, I am still working on it. If you found out any other way to extract all where clause statements in the connector please help me, it would be a great help.