Hi, I am trying to fetch the records based on the dates:
Below is the Query: ScanQuery<String, [JavaObject]> dataScanQuery = new ScanQuery<String, [JavaObject]>((k, p) -> p.getUpdatedDate().before(get1HourBefore())); [JavaObject] - has Date field, i am trying to fetch the records using date operation, but every time it is fetching all the records -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Date-compare-fetch-in-the-Query-tp3308.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
