Dandandan commented on a change in pull request #1431:
URL: https://github.com/apache/arrow-datafusion/pull/1431#discussion_r766728475
##########
File path: datafusion/tests/sql.rs
##########
@@ -3761,6 +3761,28 @@ async fn register_aggregate_csv(ctx: &mut
ExecutionContext) -> Result<()> {
Ok(())
}
+async fn register_simple_aggregate_csv_with_decimal_by_sql(ctx: &mut
ExecutionContext) {
+ let df = ctx
+ .sql(
+ " CREATE EXTERNAL TABLE aggregate_simple (
Review comment:
```suggestion
"CREATE EXTERNAL TABLE aggregate_simple (
```
--
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]