``` 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
``` 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