ClickHouse / libhdfs3

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

Throw exception when block can't be found in function fetchBlockAt #55

Closed M1eyu2018 closed 9 months ago

M1eyu2018 commented 9 months ago

1、add assert when can't find block in function fetchBlockAt. 2、fix two bugs in last PR.

M1eyu2018 commented 9 months ago

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

tavplubix commented 9 months ago

@M1eyu2018 do you need the "positional read" feature for ClickHouse? Please open a PR in https://github.com/ClickHouse/ClickHouse so it will run the CI

M1eyu2018 commented 9 months ago

@M1eyu2018 do you need the "positional read" feature for ClickHouse? Please open a PR in https://github.com/ClickHouse/ClickHouse so it will run the CI

@tavplubix Thanks for your suggestion. I have opened a PR for "positional read" feature, Please review this PR. https://github.com/ClickHouse/ClickHouse/pull/59624