Madhukar525722 commented on PR #50022:
URL: https://github.com/apache/spark/pull/50022#issuecomment-2679438548
HI @pan3793 . The flow was able to reach the case msc:
But there I added the debug log -
```
msc.getTTransport match {
case t: TEndpointTransport =>
val currentMaxMessageSize =
t.getConfiguration.getMaxMessageSize
...
case _ => logDebug(s"The metastore client transport is not
TEndpointTransport, but: ${msc.getTTransport.getClass.getName}")
}
```
and found corresponding value to be
The metastore client transport is not TEndpointTransport, but:
org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport
Does it require, more unwrapping before, getting the exact TEndpointTransport
--
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]