Xuanwo icon indicating copy to clipboard operation
Xuanwo copied to clipboard

Xuanwo Weekly Plan since 2024-08-12

Open Xuanwo opened this issue 1 year ago • 2 comments

My Goal: Rewrite Bigdata in Rust

It would be great for other open source contributors to make them visible somehow as well 🙏 (feel free to copy / modify the format of this ticket)

Algorithm for my prioritizing PR reviews

Priority:

  • CI fixes (CI is the crucial link between maintainers and contributors)
  • Bug fixes (where something is just incorrect), especially regressions (where it used to work and now does not)
  • Improvements directly related to features needed
  • Documentation and test improvements (I view these as very strategically important)
  • PRs for other features I think are strategically important (See below)
  • Other new features / additions to functionality (note this is the lowest on purpose)

The top strategically important projects in my head are:

  • Improved performance (with benchmarks -- this is higher in my mind now)
  • Anything that improves code quality such as bug fixes, and improved / expanded tests, etc
  • Anything that makes it easier to use as a user (docs, examples, better APIs, etc)

Thus, if you are interested in contributing to projects I maintained and are interested in a fast turn around time I would recommend looking into bug fixes / test improvements / documentation or the projects named above.

If you propose adding new functionality, especially if the PR is large/complex and not connected to a wider need, the review cycle will likely be longer. You can make it a shorter cycle by looking at the comments on other recent PRs and following the same model (e.g. ensure there are tests in sqllogictest for example, the CI passes, includes documentation, etc)

Background

Follow up of https://github.com/Xuanwo/Xuanwo/issues/4

The idea is used for my own personal organizational needs, but also to:

  • Communicate / coordinate in the community
  • Help provide an interesting summary of what is happening in my projects this week (both for my future self and others)

Xuanwo avatar Aug 12 '24 16:08 Xuanwo

My plans for this week

OpenDAL

  • OpenDAL v0.49 Release
    • [x] https://github.com/apache/opendal/pull/5003

Iceberg

  • [x] https://github.com/apache/iceberg-rust/pull/544
  • [x] https://github.com/apache/iceberg-rust/issues/543
    • [x] https://github.com/apache/iceberg-rust/issues/416
    • [x] https://github.com/apache/iceberg-rust/issues/415
  • [x] https://github.com/apache/iceberg-rust/pull/548

Arrow

  • [ ] https://github.com/apache/arrow-rs/issues/6166

Orc

  • [ ] https://github.com/datafusion-contrib/datafusion-orc/issues/120

Xuanwo avatar Aug 12 '24 16:08 Xuanwo

Projects I plan to help actively help review / push forward

OpenDAL

  • [x] https://github.com/apache/opendal/pull/4978

Iceberg

  • [x] https://github.com/apache/iceberg-rust/pull/520
  • [ ] https://github.com/apache/iceberg-rust/pull/556

Xuanwo avatar Aug 12 '24 16:08 Xuanwo