ClickHouse / libhdfs3

HDFS file read access for ClickHouse
Apache License 2.0
36 stars 56 forks source link

[Feature] Add positional read for client #53

Closed M1eyu2018 closed 9 months ago

M1eyu2018 commented 9 months ago

Add positional read for client 1、Support localBlockReader and remoteBlockReader as same as stateful read. 2、Support concurrent positional read when multiple threads use a same inputStream. 3、Support stateful read and positional read by a same inputStream at the same time.

M1eyu2018 commented 9 months ago

@alexey-milovidov Please review this PR. Thank you very much.