-
Notifications
You must be signed in to change notification settings - Fork 1.9k
docs: Refine Communication documentation to highlight Discord #19714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| --> | ||
|
|
||
| # Communication | ||
| # Community Communication |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think highlighting this is a related to community building may help the content be found more easily
| ### Discord | ||
|
|
||
| There are specific channels for Arrow, DataFusion, and the DataFusion subprojects (Ballista, Comet, Python, etc). | ||
| Historically, the most active discussion forum has been the [Arrow Rust Discord |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| and `Dataframe <https://docs.rs/datafusion/latest/datafusion/dataframe/struct.DataFrame.html>`_ APIs, | ||
| excellent `performance <https://benchmark.clickhouse.com/>`_, built-in support for CSV, Parquet, JSON, and Avro, | ||
| extensive customization, and a great community. | ||
| extensive customization, and a great `community`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also added another link to the communication page at the top of the intro to try and make sure it was easily discoverable
|
Thanks @alamb & @xudong963 |

Which issue does this PR close?
Rationale for this change
I was speaking with someone who wanted to get more involved with DataFusion recently, and it was not clear from the website that discord is far more active than Slack. I think it would help new new users to make this clearer in the documentation to lower the barrier to joining the communitu
What changes are included in this PR?
Improve the communication documentation here: https://datafusion.apache.org/contributor-guide/communication.html and mention that discord is more active than slack
While I was reviewing the communication documentation, I noticed some other minor issues that could be improved which I will call out inline
Are these changes tested?
Are there any user-facing changes?