ayushtkn commented on PR #6242:
URL: https://github.com/apache/hive/pull/6242#issuecomment-3686418969

   > If i take your https://github.com/apache/hive/pull/6243 and added 
TIMESTAMP_NANO in switch and added desc formatted t in timestamp_ns.q then the 
output is
   
   I changed that PR, Add the case like this:
   ```
   +      case TIMESTAMP_NANO:
   +        Types.TimestampNanoType timestampType = (Types.TimestampNanoType) 
type;
   +        if (timestampType.shouldAdjustToUTC()) {
   +          return "nanosecond timestamp with local time zone";
   +        }
   +        return "nanosecond timestamp";
   ```
   
   and it should give the intended result


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