Re: DRILL JDBC Driver setFetchSize

2016-09-14 Thread Sudheesh Katkam
Hi Sudip, fetchSize is number of records to fetch per network call from the server (to populate a ResultSet), not the same as LIMIT clause. See [1]. Currently, the client does not advertise this to the server, and the server does not have this capability. Thank you, Sudheesh [1] https://docs

DRILL JDBC Driver setFetchSize

2016-09-13 Thread Sudip Mukherjee
Hi, Should the setFetchSize work similar to applying LIMIT clause with drill JDBC driver? I've set setFetchSize to java.sql.Statement