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

   @ayushtkn , with your latest PR, I'm getting this error:
   ```
   2025-12-29 14:55:39,885 INFO ql.Driver: Completed executing 
command(queryId=raghav_20251229145539_80140bb3-5661-458f-8ba8-7836f5ad550b); 
Time taken: 0.625 seconds
   2025-12-29 14:55:39,885 INFO reexec.ReExecDriver: Re-execution decision is 
made according to: executionIndex: 1, maxExecutions: 2, shouldReExecute: false
   2025-12-29 14:55:39,885 INFO common.LogUtils: Unregistered logging context.
   2025-12-29 14:55:39,886 ERROR thrift.ThriftCLIService: Failed to get result 
set metadata [request: 
TGetResultSetMetadataReq(operationHandle:TOperationHandle(operationId:THandleIdentifier(guid:F5
 8E CD 42 7F 21 47 94 AD 5E 8B EA 27 60 31 64, secret:EF 30 2E 72 73 F0 4C 83 
8B 8C 10 CB 5F C2 53 D0), operationType:EXECUTE_STATEMENT, hasResultSet:true))]
   java.lang.IllegalArgumentException: Unrecognized type name: nanosecond 
timestamp
        at org.apache.hadoop.hive.serde2.thrift.Type.getType(Type.java:175)
        at 
org.apache.hive.service.cli.TypeDescriptor.<init>(TypeDescriptor.java:54)
        at org.apache.hive.service.cli.TableSchema.<init>(TableSchema.java:54)
        at org.apache.hive.service.cli.TableSchema.<init>(TableSchema.java:59)
        at 
org.apache.hive.service.cli.operation.SQLOperation.getResultSetSchema(SQLOperation.java:454)
        at 
org.apache.hive.service.cli.operation.OperationManager.getOperationResultSetSchema(OperationManager.java:331)
        at 
org.apache.hive.service.cli.session.HiveSessionImpl.getResultSetMetadata(HiveSessionImpl.java:910)
        at 
org.apache.hive.service.cli.CLIService.getResultSetMetadata(CLIService.java:575)
        at 
org.apache.hive.service.cli.thrift.ThriftCLIService.GetResultSetMetadata(ThriftCLIService.java:875)
        at 
org.apache.hive.service.rpc.thrift.TCLIService$Processor$GetResultSetMetadata.getResult(TCLIService.java:1995)
        at 
org.apache.hive.service.rpc.thrift.TCLIService$Processor$GetResultSetMetadata.getResult(TCLIService.java:1975)
        at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
        at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:38)
        at 
org.apache.hive.service.auth.TSetIpAddressProcessor.process(TSetIpAddressProcessor.java:56)
        at 
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base/java.lang.Thread.run(Thread.java:1583)
   2025-12-29 14:55:39,888 INFO operation.OperationManager: Closing operation: 
OperationHandle [opType=EXECUTE_STATEMENT, 
getHandleIdentifier()=f58ecd42-7f21-4794-ad5e-8bea27603164]
   ```


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