LFC

Results 78 comments of LFC

@TheWaWaR thx, I've merged your PR. However, to close this issue, I think it's important to set a limit on RecordBatches, too. The RecordBatches are popped from DataFusion, so it...

@TheWaWaR sorry for the late reply. The size of a RecordBatch is indeed hard to estimate. The best guess might be sum up its vectors' `memory_size`. As to the second...

@Gump9 welcome! The test cases for select are [here](https://github.com/duckdb/duckdb/tree/master/test/sql/select)

@Gump9 We are expecting the duckdb's test cases, the SQLs, to be ported into our sqlness tests. To start, you can learn everything about sqlness tests [here](https://docs.greptime.com/developer-guide/tests/sqlness-test). Then you can...

We can make the sensetive data stored in their own fields, rather then the `OptionMap`.

I'm ok with moving all the senstive data to a "secrets" map like that.

In distributed mode, the `value_indices` in the table info that stored in etcd is indeed empty. However, the manifests of the table info are both correct either in standalone mode...

How about `TableFullName`, simple, straightforward, can't be more understandable.

Right, but I think you should be able to dependent on `table` in `meta-client`. `table` does not dependent on `meta-client` > 2022年11月23日 17:00,Limbo Peng ***@***.***> 写道: > > > TODOs:...