Yang Xiufeng
Yang Xiufeng
@hantmac use specified SQL
need logic tests for `list` statment, and `list_stage`, i`nfer_schema` table function?
> > need logic tests for `list` statment, and `list_stage`, i`nfer_schema` table function? > > This only works for s3 stage, I will add some tests for them. I thought...
@BohuTANG the reason is new [impl](https://github.com/datafuselabs/databend/pull/14645) of CSV use less io prefetching, I will improve it soon.
@BohuTANG yes, I've noticed that too. I will check it too, may some bug in progress reporting. update ---- new impl incr `process_values.bytes` with decompressed file size. update ---- fix...
fixed in https://github.com/datafuselabs/databend/pull/15043
2 choices: 1. we trait http specially, read it as a stream 2. report error when no Content-Length header, but we are not sure about it with the opendal interface...
> We can't support reading parquet without knowing it's length since we should read from the end to get it's metadata. yes, although we can read the whole file into...
@hantmac this issue in fact not a bug, but a feature request 😄
@rad-pat thank you. it is bug.