Yang Xiufeng
Yang Xiufeng
it should have been fixed, please have a try
The behavior of the bug is as follows: If your location string does not end with a /, copying into `bucket/` will result in `bucket///` instead of `bucket//` While it’s...
@Xuanwo "reader got too much data" seems like an err raise from opendal?
Could you please test with a newer version? I remember the first version of ORC did had a bug, which should have been fixed when refactoring by https://github.com/datafuselabs/databend/releases/tag/v1.2.562-nightly (or a...
@xujinlong0314 not all cast is done auto when copy to avoid unexpected load result https://github.com/datafuselabs/databend/pull/16082. for current version, you can use transform to do the cast by hand https://docs.databend.com/guides/load-data/transform/data-load-transform we...
we will fix it by representing null just as json null. inside, StringBlock should be `[[Option]]` instead of `[[String]]`
cc @dantengsky
> This feature is already supported。 > > ``` > > replace into T on (pk) select $1.pk, $1.c1,$1.c2,... from @stage/prefix/ (file_format=>'ndjson', pattern=>'.*[.]ndjson); > > ``` > I mean without...
cc @dantengsky @zhyass