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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to