As a contributor, you represent that the code you submit is your original work or that of your employer (in which case you represent you have the right to bind your employer). By submitting code, you (and, if applicable, your employer) are licensing the submitted code to LinkedIn and the open source community subject to the BSD 2-Clause license.
Do not file an issue on Github for security issues. Please review the guidelines for disclosure. Reports should be encrypted using PGP (public key) and sent to [email protected] preferably with the title "Vulnerability in Github LinkedIn/avro2tf - <short summary>".
It is recommended to run Avro2TF with Scala 2.11 and above.
Avro2TF is built using Gradle. To build Avro2TF, run:
./gradlew build
This will automatically run tests, if want to build without running tests, run:
./gradlew build -x test
Note: These are suggestions. Customize as needed.
- Make sure all new features are tested and the tests pass.
- Bug fixes must include a test case demonstrating the error that it fixes.
- Open an issue first and seek advice for your change before submitting a pull request. Large features which have never been discussed are unlikely to be accepted. You have been warned.