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/03/19 19:27:52 UTC

[GitHub] [arrow-datafusion] houqp commented on a change in pull request #2033: use cargo-tomlfmt to check Cargo.toml formatting in CI

houqp commented on a change in pull request #2033:
URL: https://github.com/apache/arrow-datafusion/pull/2033#discussion_r830518863



##########
File path: Cargo.toml
##########
@@ -16,23 +16,9 @@
 # under the License.
 
 [workspace]
-members = [
-    "datafusion",
-    "datafusion-common",
-    "datafusion-expr",
-    "datafusion-jit",
-    "datafusion-physical-expr",
-    "datafusion-cli",
-    "datafusion-examples",
-    "datafusion-proto",
-    "benchmarks",
-    "ballista/rust/client",
-    "ballista/rust/core",
-    "ballista/rust/executor",
-    "ballista/rust/scheduler",
-    "ballista-examples",
+members = ["datafusion", "datafusion-common", "datafusion-expr", "datafusion-jit", "datafusion-physical-expr", "datafusion-cli", "datafusion-examples", "datafusion-proto", "benchmarks", "ballista/rust/client", "ballista/rust/core", "ballista/rust/executor", "ballista/rust/scheduler", "ballista-examples",

Review comment:
       is there a way to configure the fmt check so that it allows multi-line lists? moving all entries into a single line increases the chances of conflicts and makes it harder to read too.




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