4 Open Issues Need Help Last updated: Sep 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue aims to integrate Google Cloud Dataproc with Google Cloud Storage (GCS), allowing Dataproc jobs to process data stored in GCS. The work involves creating a new GCP Dataproc provider module and enabling robust read/write capabilities between Dataproc and GCS.

Complexity: 4/5
enhancement help wanted

AI Summary: This issue aims to standardize the project's development process by establishing a contribution guide and a consistent Java code style. It involves creating documentation for contributors, selecting a code style (e.g., Google Java Style), integrating automated formatting/linting tools, and refactoring the existing codebase to adhere to the chosen style for improved readability and maintainability.

Complexity: 3/5
good first issue

AI Summary: The current system is vulnerable because it relies on user-provided IDs in requests, which could lead to unauthorized access. This issue aims to enhance security by validating user identity through the authentication token instead. It involves extracting the user ID from the auth token for every request and removing direct user ID input from applicable request payloads.

Complexity: 4/5
enhancement good first issue security