Aggarwal-Raghav commented on PR #6390:
URL: https://github.com/apache/hive/pull/6390#issuecomment-4148486357

   @abstractdog , I'm seeing 1 error when I restart beeline session, attaching 
screenshot and logs
   Steps:
   ```
   docker compose --profile llap -f docker-compose.yml up -d
   docker exec -it hiveserver2-llap bash
   beeline -u 'jdbc:hive2://hiveserver2-llap:10001/'
   DROP table IF EXISTS iceberg_table; CREATE TABLE iceberg_table (id BIGINT) 
STORED BY iceberg; INSERT INTO iceberg_table VALUES(1); 
   ✅
   !q
   beeline -u 'jdbc:hive2://hiveserver2-llap:10001/'
   DROP table IF EXISTS iceberg_table; CREATE TABLE iceberg_table (id BIGINT) 
STORED BY iceberg; INSERT INTO iceberg_table VALUES(1);
   ❌
   ```
   
   <img width="1512" height="755" alt="Screenshot 2026-03-28 at 10 38 29 PM" 
src="https://github.com/user-attachments/assets/3f818532-afb7-4126-bbe7-c55103a2cfdb";
 />
   
   [logs.txt](https://github.com/user-attachments/files/26324993/logs.txt)
   
   


-- 
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]

Reply via email to