ClickHouse / libhdfs3

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

Fix undefined behavior #8

Closed amosbird closed 4 years ago

amosbird commented 4 years ago

Rewrite &vector[idx] with vector.data() + idx when necessary.