When forwarding show tablet stmt to Master FE. If the result contains null, FE will throw exception. Fix it by using `\N` instead of "null" in result, to make thrift rpc happy.
When forwarding show tablet stmt to Master FE. If the result contains null, FE will throw exception. Fix it by using `\N` instead of "null" in result, to make thrift rpc happy.