aprimadi commented on code in PR #6088:
URL: https://github.com/apache/arrow-datafusion/pull/6088#discussion_r1174400607


##########
datafusion/core/tests/sqllogictests/src/setup.rs:
##########
@@ -39,6 +41,95 @@ pub async fn register_aggregate_tables(ctx: &SessionContext) 
{
     register_test_data(ctx);
 }
 
+pub async fn register_group_tables(ctx: &SessionContext) {
+    register_time_test_tables(ctx);
+}
+
+/// Create and populate time32_s, time32_ms, time64_us, time64_ns tables
+fn register_time_test_tables(ctx: &SessionContext) {

Review Comment:
   Alright, thank you for the feedback @alamb. Didn't know that. I'm done for 
the day, will probably work more on this tomorrow if nothing comes up.



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