Class RemoteChunkProviderV2

  • All Implemented Interfaces:
    ChunkProvider

    public class RemoteChunkProviderV2
    extends AbstractRemoteChunkProvider<ArrowResultChunkV2>
    A V2 implementation of chunk provider that handles chunk downloads using Apache's async HTTP client. Each chunk is downloaded sequentially but processed asynchronously through streaming responses.