morningman commented on issue #17746: URL: https://github.com/apache/doris/issues/17746#issuecomment-1467273465
This may because the file column name not matched with name in table. You can try following step to check: 1. use table value function `hdfs()`: https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-functions/table-functions/hdfs To read the parquet file directly. You can also use `describe function hdfs(xx)` to check the column name in parquet file, to see if they are same. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org