Asura7969 commented on code in PR #8384:
URL: https://github.com/apache/arrow-datafusion/pull/8384#discussion_r1413266540
##########
datafusion/core/src/dataframe/mod.rs:
##########
@@ -1215,7 +1215,7 @@ impl DataFrame {
/// .with_param_values(vec![
/// // value at index 0 --> $1
/// ScalarValue::from(2i64)
- /// ].into())?
+ /// ])?
/// .collect()
/// .await?;
/// assert_batches_eq!(
Review Comment:
Thanks for your comment, I'm done
--
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]