obaidcuet

Results 8 comments of obaidcuet

@ymahajan Thanks for pointing out the typo, I have fixed that accordingly and run it. Issue still the same. So, the problem statement still unchanged. Note: I have updated in...

@hbhanawat Thanks, without "route-query=false" false it is successful. But if I use bind variables it show below error: **Code:** ``` public static void main(String[] args) { try{ Class.forName("io.snappydata.jdbc.ClientDriver"); Connection con=DriverManager.getConnection(...

Only "Workload E"(workloads/workloade) is showing error, others workloads with same target table working fine. The table exists and created as below: ``` create schema ycsb; CREATE TABLE ycsb.usertable(YCSB_KEY VARCHAR (255)...

@hbhanawat Yes, while running "Workload E", which consists of bind variable for LIMIT, I am getting "java.lang.UnsupportedOperationException: This query is unsupported for prepared statement". Please find below. Is there any...

@sumwale I have tested with both String concat and constant value for LIMIT, seems like whenever using LIMIT in JDBC, I am getting Exceptions. So far solution is using "setMaxRows(int...

@harsha2010 thanks. This will be great!! Looking forward for the feature.

@harsha2010 are you also considering to implement using spatial index while there will be multiple join conditions?

Hi, I could see a work in progress https://github.com/awslabs/deequ/pull/384 Another similar issue https://github.com/awslabs/deequ/issues/381. From here I can see not possible using current API. There is some code that can be...