aiguofer commented on issue #33874:
URL: https://github.com/apache/arrow/issues/33874#issuecomment-1405456179

   Looks like there's an initial call that is not getting the headers, then 
`getFlightInfoSqlInfo` gets them but `getStreamSqlInfo` does not.
   
   ```
   10:50:42.165 [flight-server-default-executor-0] INFO  logger -- Calling auth 
with headers: 
Metadata(content-type=application/grpc,user-agent=grpc-java-netty/1.49.1,grpc-accept-encoding=gzip,authorization=Bearer
 123)
   10:50:42.177 [flight-server-default-executor-1] INFO  logger -- Calling auth 
with headers: 
Metadata(content-type=application/grpc,user-agent=grpc-java-netty/1.49.1,envid=42,accountid=1,grpc-accept-encoding=gzip,authorization=Bearer
 123)
   10:50:42.226 [flight-server-default-executor-1] INFO  logger -- 
getFlightInfoSqlInfo: 
Metadata(content-type=application/grpc,user-agent=grpc-java-netty/1.49.1,envid=42,accountid=1,grpc-accept-encoding=gzip,authorization=Bearer
 123)
   10:50:42.371 [flight-server-default-executor-1] INFO  logger -- Calling auth 
with headers: 
Metadata(content-type=application/grpc,user-agent=grpc-java-netty/1.49.1,grpc-accept-encoding=gzip,authorization=Bearer
 123)
   10:50:42.373 [flight-server-default-executor-1] INFO  logger -- 
getStreamSqlInfo: 
Metadata(content-type=application/grpc,user-agent=grpc-java-netty/1.49.1,grpc-accept-encoding=gzip,authorization=Bearer
 123
   ```


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

Reply via email to