Hi Shanmugabavan, The Java scan token builder can create multiple tokens per tablet since Kudu 1.10.0,
see KUDU-2670 for more details. This haven't been ported to the C++ client yet. Though Impala can also leverage the Java API to generate scan tokens in it's Java frontend, a new query option 'TARGETED_KUDU_SCAN_RANGE_LENGTH' has been added since Impala 4.0.0. At 2022-06-01 14:39:08, "Shanmugabavan Shanmugakumar" <[email protected]> wrote: >Are there any possibilities to get multiple tokens per tablet for the Scan >kudu table task? in C++ client.... According to the code, It seems one >token will be created per tablet.
