Contributing Search
All the projects below have beginner-friendly issues which are great places to start contributing
-
apache/spark
Apache Spark - A unified analytics engine for large-scale data processing
- #55799 - Optimizer failure: NormalizeCTEIds brakes CTE references for queries with nested CTEs
- #55747 - Is Spark limited to split the Parquet read granularity by Row Group level only?
- #55684 - Error: Illegal Parquet type: FIXED_LEN_BYTE_ARRAY (UUID)
- #55680 - Support Filter pushdown in Spark Structured Streaming
- #55632 - Feature request: infer field names in json_tuple
- #55609 - [SPARK] Memory pressure during block fetching of cached tables causes excessive memory usage
Contributing Guide Code of Conduct -
akka/akka-core
A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.
- #32912 - Failed: SplitBrainResolverIntegrationSpec
- #32899 - failed: ReplicationSnapshotSpec
- #32890 - expose KeyValuePairs in `testkit.typed.LogginEvent`
- #32817 - bug: Sometimes when using app-version an entire node will not receive any projections in cluster sharding
- #32814 - feat: allow persistence plugins to opt-out of (or take responsibility for) the circuit breaker
- #32811 - Make event metadata optional in case of deserialization errors
Contributing Guide Code of Conduct -
twitter/finagle
A fault tolerant, protocol-agnostic RPC system
- #971 - LengthFieldFramer.apply in Scala 2.13 broken since Commit dc6680b
- #970 - New release for finagle with netty vlunerability fix
- #968 - Feature Request: Emoji Hashtags/Cashtags
- #965 - Client with TLS configuration not working on version v22.12.0 onwards - java.lang.IllegalArgumentException: ApplicationProtocols.Supported is not supported at this time for SslContextClientEngineFactory. Remote Info: Not Available
- #964 - Update the Netty to latest version (4.1.108.Final) - Vulnerability CVE-2024-29025
- #962 - finagle-http: Http methodbuilder does not allow setting sendInterrupts flag to backup request filter
Contributing Guide Code of Conduct -
playframework/playframework
The Community Maintained High Velocity Web Framework For Java and Scala.
- #13886 - playframework from 3.0.4 to 3.0.10 and pekko from 1.1.5 to 1.4.0 causing AsyncHttpClient timeout regression issues
- #13798 - Multi-line i18n message values and white space behaviour
- #13793 - Accumulator.flatten causes sporadic IllegalStateException in filter chains
- #13783 - Cached recalculates etag even if content did not change
- #13780 - Make Play Framework AI-friendly (LLMs, agentic coding, AI coding & "vibe coding" tools)
- #13768 - Add support for url parameter in CSV-Format
Contributing Guide Code of Conduct -
delta-io/delta
An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
- #6757 - Add public API for serializing snapshot state for distributed execution
- #6755 - [BUG][Spark] Data skipping is too conservative for AND predicates
- #6745 - [Kernel] Specific exception subclasses for loadSnapshotAt version failures
- #6743 - [kernel-spark] Bundle scan-level schemas into a single context object
- #6736 - [PROTOCOL RFC] New writer feature for clustering-by expressions
- #6735 - Docs Enhancement
Contributing Guide Code of Conduct -
typelevel/cats
Lightweight, modular, and extensible library for functional programming.
- #4840 - `Applicative[OneAnd[ZipLazyList, *]]` works incorrectly
- #4831 - Make `Hash.fromUniversalHashCode` null safe
- #4830 - Typeclass instances for `ZipLazyList` and `ZipStream` seem to be unlawful
- #4822 - A Nullable type for scala3
- #4817 - Unexpected behavior of `NonEmptyList.reduce` for tuples of lists
- #4807 - catsSyntaxEq returns false for equality of positive and negative zero in Option
Contributing Guide Code of Conduct -
linkerd/linkerd
Old repo for Linkerd 1.x. See the linkerd2 repo for Linkerd 2.x.
- #2462 - m installing linkerd on the AKS cluster & getting the below error
- #2460 - ZooKeeper server set namer `io.l5d.serversets` appears to leak ZooKeeper watches
- #2451 - Namerd version admin port
- #2446 - serverSession: idleTimeMs times out while there is activity
- #2442 - We are running Namerd & Consul cluster in our environment ,getting below error frequently and that break application communication
- #2411 - Linkerd sporadically stops watching remote addresses in Namerd with thrift interpreter
Contributing Guide Code of Conduct -
sbt/sbt
sbt, the interactive build tool
- #9208 - [1.x] SBT still using Maven Central despite configuration
- #9206 - [2.x] `compileIncremental` fails with cryptic `sjsonnew.SerializationException` when a `sourceGenerators`-registered file does not exist on disk
- #9202 - [2.x] expect compile error but runtime error if JDK version changed
- #9201 - [2.x] `class file has wrong version` error due to global cache
- #9198 - [2.x] definedTestNames cache
- #9189 - [2.x] `timingFormat` SettingKey unused since 2.0.0-RC4
Contributing Guide Code of Conduct -
chipsalliance/chisel
Chisel: A Modern Hardware Design Language
- #5244 - [doc] Add documentation about layer-under-layer errors and how to mitigate
- #5243 - SRAM.masked broken when the mask is a constant of all 1s
- #5231 - suffix always be "sv"
- #5230 - ChiselSim cannot deal with 0-width signals and `DontCare` values
- #5218 - Escape FIRRTL Keywords in Emission
- #5130 - Boring from a Probe with U-turn can cause illegal FIRRTL
Contributing Guide Code of Conduct -
microsoft/synapseml
Simple and Distributed Machine Learning
- #2467 - [BUG] Distributed mode of LightGBMClassifier not working at all when spark.executor.instances > 1
- #2452 - Error Training LGBM Classifier on Databricks
- #2441 - When will EBMs be released to the public?
- #2438 - Error Training LGBM Regressor on Fabric
- #2425 - Error: no module named 'synapse.ml'
- #2420 - [BUG] AzureSearchWriter sends GeographyPoint field as JSON string instead of GeoJSON object, causing Azure AI Search request failure.
Contributing Guide Code of Conduct -
zio/zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
- #10885 - Queue.Sliding and Hub.Sliding can spin indefinitely when offer/publish keeps losing the race after slide
- #10884 - Queue.offerAll silently drops items when paired takers are already interrupted
- #10883 - Schedule.dayOfMonth(30) crashes with DateTimeException in months that don't have day 30
- #10860 - Can Fiber(Runtime) and Promise be merged?
- #10837 - ConfigProvider.Flat.util.parsePrimitive(): looks like parameter `name` never used
- #10777 - Regression: Streams with `peel` `die` when they should `fail`
Contributing Guide Code of Conduct -
chipsalliance/rocket-chip
Rocket Chip Generator
- #3787 - ASIdBits parameter always set to 0
- #3784 - ALU shiftReverse includes FN_ROR unconditionally, leaving residual logic when useZbb=false
- #3780 - Interrupt Claim Process of PLIC and Rocket
- #3779 - make verilog fails
- #3778 - [Bug Report] Illegal CSR access to mtval2 does not raise exception in Rocket
- #3777 - [Bug Report] Architectural state updates for REM/REMUW instructions are misattributed to incorrect PCs in trace logs
Contributing Guide Code of Conduct -
twitter/scalding
A Scala API for Cascading
- #2001 - my account is closed
- #1998 - duplicate tags in pom files
- #1997 - incompatibility with recent java8 runtime environments due to hadoop
- #1988 - [Proposal] Support more sinks/sources in scalding-spark
- #1979 - Beam backend is missing some pipes
- #1971 - flake on optimization test
Contributing Guide Code of Conduct -
slick/slick
Slick (Scala Language Integrated Connection Kit) is a modern database query and access library for Scala
- #3540 - New Mutate API
- #3391 - LocalDate does not roundtrip on Postgres
- #3304 - Please support sortBy subquery
- #3268 - distinctOn doesn't work with "outer" sortBy without explicit subquery
- #3234 - Compilation hangs if the case class has a new field but slick.relational.Table doesn't have the new field yet. This is only true when using HNil
- #3051 - Scala 3: 22 fields limitation still exists
Contributing Guide Code of Conduct -
http4s/http4s
A minimal, idiomatic Scala interface for HTTP
- #7849 - Access-Control-Max-Age.Cache.apply bypasses the validation in fromLong
- #7848 - VirtualHost.regex uses partial match instead of full match — host header spoofing
- #7847 - Throttle.defaultResponse silently drops the retryAfter parameter — no Retry-After header on 429
- #7846 - Caching middleware Expires arithmetic can overflow Long for large but finite lifetimes
- #7845 - VirtualHost.wildcard allows regex injection through unescaped metacharacters
- #7844 - Host header constructor and parser accept invalid port numbers (negative, > 65535)
Contributing Guide Code of Conduct -
circe/circe
Yet another JSON library for Scala
- #2459 - Printer indents content after `}` and `]` at child depth instead of parent depth
- #2458 - Printer with empty indent swaps rbraceLeft and rbraceRight (ConstantPieces path)
- #2457 - BiggerDecimal.integralIsValidLong returns true for "-", "+", "a" and crashes on ""
- #2446 - Release 0.14.16?
- #2436 - `Json.mapNumber` asymmetric API and forced unsafe `.get`
- #2422 - circe testing breaks scala 3.8.1 compilation when compiler option "-Wsafe-init" is enabled.
Contributing Guide Code of Conduct -
-
typelevel/fs2
Compositional, streaming I/O library for Scala
- #3725 - text.linesLimited lets through arbitrarily long lines when the line and its terminator land in the same chunk
- #3719 - TCP connection pool design advice
- #3701 - Make chunk sizes configurable for ProcessBuilder
- #3697 - Stream.merge hangs when one branch is empty + repeat, unresponsive to interruptAfter and IO.cancel
- #3693 - Process[IO] that spawns child processes might not respect cancellation
- #3682 - Extensible Process Control API (pid and Signals)
Contributing Guide Code of Conduct -
scalameta/metals
Scala language server with rich IDE features 🚀
- #8364 - kilocode metadata support
- #8349 - Replace QDox with tree-sitter for Java source parsing
- #8346 - Metals V2 File Shadowing False Error
- #8330 - Metals v2 import errors
- #8307 - .bsp/scala-cli not updating when scala-cli is upgraded
- #8304 - Support `textDocument/inlineValue`
Contributing Guide Code of Conduct -
salesforce/transmogrifai
TransmogrifAI (pronounced trăns-mŏgˈrə-fī) is an AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand-tuning
- #579 - Docs & scaladoc websites are down
- #557 - Make RecordInsightsLOCO perform reasonable calculation on numeric features and fix the name to reflect actual calculation.
- #556 - Changing imputation for nulls in DateToUnitCircleTransformer
- #543 - Failed to run titanic example, got java.lang.AbstractMethodError
- #539 - Normalize special characters in string
- #535 - UV Computation
Contributing Guide Code of Conduct