caicancai commented on code in PR #13231:
URL: https://github.com/apache/datafusion/pull/13231#discussion_r1826570840


##########
datafusion/sql/src/planner.rs:
##########
@@ -466,7 +467,14 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
                     // Timestamp Without Time zone
                     None
                 };
-                Ok(DataType::Timestamp(TimeUnit::Nanosecond, 
tz.map(Into::into)))
+                let precision = match precision {

Review Comment:
   I think the relationship between vector api and precision can be briefly 
described



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