You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/10 10:53:15 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2187: Prepare for 7.x release: Update version to 7.1.0, add ChangeLog

alamb commented on code in PR #2187:
URL: https://github.com/apache/arrow-datafusion/pull/2187#discussion_r846758609


##########
datafusion/CHANGELOG.md:
##########
@@ -19,6 +19,14 @@
 
 # Changelog
 
+## [7.1.0](https://github.com/apache/arrow-datafusion/tree/7.1.0) (2022-04-10)
+
+[Full Changelog](https://github.com/apache/arrow-datafusion/compare/7.0.0...7.1.0)
+
+**Fixed bugs:**
+
+- By default, use only 1000 rows to infer the schema [\#2159](https://github.com/apache/arrow-datafusion/pull/2159)

Review Comment:
   👍 



##########
dev/release/update_change_log-all.sh:
##########
@@ -21,10 +21,11 @@
 set -e
 
 # Usage:

Review Comment:
   ```suggestion
   # Usage:
   # CHANGELOG_GITHUB_TOKEN=<TOKEN> ./update_change_log-all.sh <branch> <release_tag> <base_tag>
   # Example:
   ```



##########
datafusion-cli/Cargo.toml:
##########
@@ -31,7 +31,7 @@ rust-version = "1.58"
 clap = { version = "3", features = ["derive", "cargo"] }
 rustyline = "9.0"
 tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
-datafusion = { path = "../datafusion", version = "7.0.0" }
+datafusion = { path = "../datafusion", version = "7.1.0" }
 arrow = { version = "9.0.0" }
 ballista = { path = "../ballista/rust/client", version = "0.6.0" }
 env_logger = "0.9"

Review Comment:
   Either is fine with me -- I think some editors are configured to remove trailing newlines by default so perhaps that is what happened here?
   



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org