wineternity opened a new issue, #21617: URL: https://github.com/apache/doris/issues/21617
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0-beta ### What's Wrong? select * from hive_catalog.dm_cdp.shop_user_behavior_permanent_clickhouse_archive raised NullpointerPointer, but select count(1) from hive_catalog.dm_cdp.shop_user_behavior_permanent_clickhouse_archive works fine. The related error is [INTERNAL_ERROR]failed to init reader for file /user/hive/warehouse/dm_cdp.db/shop_user_behavior_permanent_clickhouse_archive/part-01849-f40158f5-cc6c-45b7-9574-08e3f8a12fab-c000.zlib.orc, err: [INTERNAL_ERROR]Init OrcReader failed. reason = Failed to read /user/hive/warehouse/dm_cdp.db/shop_user_behavior_permanent_clickhouse_archive/part-01849-f40158f5-cc6c-45b7-9574-08e3f8a12fab-c000.zlib.orc: [INTERNAL_ERROR]Seek to offset failed. (BE: 10.97.130.28) offset=267531211, err: (255), Unknown error 255), reason: NullPointerException:    ### What You Expected? no error ### How to Reproduce? the table schema  ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
