Jrebel-i opened a new issue, #34066: URL: https://github.com/apache/doris/issues/34066
### 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.7 ### What's Wrong? ```sql mysql> select * from hive.app.app_hotel_supplier_shopping_records_hotel_d where day_num='2024-04-22' and source = 'xxxxxxxxxxx' and hotel_country_code = 'US' and supplier_code in ('yyyyyyyyyyyyyy') limit 5; +-------------+----------------+-------------------+------+----------+--------------------+-----------------+------------------+--------------------+-----------------+---------------+------------------------+----------+------------+------------+----------------------+------------------------------+----------------------------+----------------------------------+-------------------------------------+---------------+---------------+------------+ | source | supplier_code | advance_days_type | stay | hotel_id | hotel_country_code | number_of_rooms | number_of_adults | number_of_children | shopping_type | is_batch_rate | is_supplier_batch_rate | is_cache | error_code | is_success | hotel_shopping_count | hotel_shopping_success_count | hotel_shopping_cache_count | hotel_shopping_buyer_batch_count | hotel_shopping_supplier_batch_count | pricing_count | booking_count | day_num | +-------------+----------------+-------------------+------+----------+--------------------+-----------------+------------------+--------------------+-----------------+---------------+------------------------+----------+------------+------------+----------------------+------------------------------+----------------------------+----------------------------------+-------------------------------------+---------------+---------------+------------+ | xxxxxxxxxxx | yyyyyyyyyyyyyy | 2 | 1 | 11111111 | US | 1 | 1 | 0 | PURCHASE_SOURCE | N | N | N | 0 | Y | 1 | 1 | 0 | 0 | 0 | 10 | 1 | 2024-04-22 | | xxxxxxxxxxx | yyyyyyyyyyyyyy | 3 | 1 | 11111111 | US | 1 | 1 | 0 | PURCHASE_SOURCE | Y | Y | N | 0 | Y | 1 | 1 | 0 | 1 | 1 | 10 | 1 | 2024-04-22 | | xxxxxxxxxxx | yyyyyyyyyyyyyy | -1~0 | 1 | 11111111 | US | 1 | 1 | 0 | PURCHASE_SOURCE | Y | UNKNOWN | Y | 0 | Y | 5 | 5 | 5 | 5 | 0 | 10 | 1 | 2024-04-22 | | xxxxxxxxxxx | yyyyyyyyyyyyyy | 15-30 | 1 | 11111111 | US | 1 | 1 | 0 | PURCHASE_SOURCE | Y | Y | N | 0 | Y | 2 | 2 | 0 | 2 | 2 | 10 | 1 | 2024-04-22 | | xxxxxxxxxxx | yyyyyyyyyyyyyy | 15-30 | 1 | 11111111 | US | 1 | 1 | 0 | PURCHASE_SOURCE | Y | Y | N | 0 | Y | 1 | 1 | 0 | 1 | 1 | 10 | 1 | 2024-04-22 | +-------------+----------------+-------------------+------+----------+--------------------+-----------------+------------------+--------------------+-----------------+---------------+------------------------+----------+------------+------------+----------------------+------------------------------+----------------------------+----------------------------------+-------------------------------------+---------------+---------------+------------+ 5 rows in set (2.48 sec) mysql> select * from hive.app.app_hotel_supplier_shopping_records_hotel_d where day_num='2024-04-22' and source = 'xxxxxxxxxxx' and hotel_country_code = 'US' and supplier_code in ('yyyyyyyyyyyyyy') limit 5; ERROR 1105 (HY000): errCode = 2, detailMessage = (10.150.30.42)[CANCELLED][INTERNAL_ERROR]Orc row reader nextBatch failed. reason = Failed to read jfs://hdfs/user/hive/warehouse/app.db/app_hotel_supplier_shopping_records_hotel_d/day_num=2024-04-22/part-00113-ffb5e688-5907-4f97-98e7-e57f2ea823bf-c000: [THRIFT_RPC_ERROR]read broker file failed, broker:TNetworkAddress( ### What You Expected? Data read normal ### How to Reproduce? _No response_ ### 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: commits-unsubscr...@doris.apache.org.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