tshauck commented on PR #11229:
URL: https://github.com/apache/datafusion/pull/11229#issuecomment-2211407574
@jayzhan211 -- would you mind taking a quick look now to see if this
approach is inline w/ what you were thinking? It's super rough, but just hoping
to get feedback on the general shape.
On this branch I can do:
```
arrow-datafusion/datafusion-cli support-… ➜ cargo run
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
Running `target/debug/datafusion-cli`
DataFusion CLI v39.0.0
> SELECT COUNT(*) AS cnt;
+-----+
| cnt |
+-----+
| 1 |
+-----+
1 row(s) fetched.
Elapsed 0.025 seconds.
> SELECT COUNT() AS cnt;
+-----+
| cnt |
+-----+
| 1 |
+-----+
1 row(s) fetched.
Elapsed 0.005 seconds.
```
--
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]