nanicpc commented on code in PR #3385:
URL: https://github.com/apache/arrow-datafusion/pull/3385#discussion_r964778221
##########
docs/source/user-guide/example-usage.md:
##########
@@ -40,7 +42,7 @@ async fn main() -> datafusion::error::Result<()> {
ctx.register_csv("example", "tests/example.csv",
CsvReadOptions::new()).await?;
// create a plan to run a SQL query
- let df = ctx.sql("SELECT a, MIN(b) FROM example GROUP BY a LIMIT
100").await?;
+ let df = ctx.sql("SELECT \"A\", MIN(b) FROM example GROUP BY \"A\" LIMIT
100").await?;
Review Comment:
yes your right, the explicit link is necessary, but then also adding one
Capitalized column. Which isn't the case today
--
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]