Hi All, I have a naive question. I wonder what happens when issue a simple query like "select * from df" over REST and say the result set it about million rows ?
Do I get first 20 rows as a response after request 1 completes and then can I issue another REST call to fetch another 20 rows ? simply put, is there a way to do pagination ? Thanks!
