dremio 默认将mongodb 的objectid 转换为varbinary,如果需要字符串格式的id,需要使用函数处理
lower(to_hex("_id"))
https://docs.dremio.com/sql-reference/sql-functions/string.html