Contributing to dotnet/spark

October 13, 2019 ยท View on GitHub

This document describes contribution guidelines.

Coding Style

We intend to bring dotnet/spark into full conformance with the following style guidelines:

  • C# Coding Style
  • Scala Coding Style

Implementing Spark API functions

When you implement one of the Spark API functions that is currently not implemented, you should include comments and unit tests, refer to the Minimum Requirements for Implementing Spark API Functions mini-guide.

Contents

  1. 1Coding Style
  2. 2Implementing Spark API functions