Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix](thrift api) column should be converted if const before serializ…
…e to arrow format (apache#26111) ``` select null; ``` The above sql from thrift api will cause crash in `write_column_to_arrow` since it's column const, we should convert to full column
- Loading branch information