ongchi opened a new pull request, #5303:
URL: https://github.com/apache/arrow-datafusion/pull/5303

   # Which issue does this PR close?
   
   This is a minor document fix, does not introduce new features or fix bugs.
   
   # Rationale for this change
   
   Examples are provides for both SQL query and DataFrame API respectively, and 
they should be semantically consistent.
   The DataFrame API example on this page calls `filter` methods on `df`, but 
the DataFrame API one does not contains relevant part of `WHERE` expression, 
this could be confusing for newcomers.
   
   # What changes are included in this PR?
   
   This PR adds `WHERE` express to SQL query examples to match API syntax 
expression.
   
   # Are these changes tested?
   
   Code blocks should covered by doctest.
   
   # Are there any user-facing changes?
   
   No.


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