Rulle IO
Rulle IO
I created a mimimal example in this PR (#331). Not sure if anything can be fixed in `enumeratum` code, although.
Attempt to define a problem with a failed unit-test. I am not sure if anything can be fixed in enumeratum code. The problem is defined in [Scala FAQ: "Why is...
…s of the call.
Thanks for stopping by to let us know something could be better! **Is your feature request related to a problem? Please describe.** E.g. [#2688](https://github.com/grpc/grpc-java/issues/2688), the same request is mentioned [there](https://github.com/grpc/grpc-java/issues/2688#issuecomment-386447024)....
We have a code piece like ```(new FilterBuilder().includePackage("XXX"))```. It suddenly started to fail at runtime (after upgrade org.reflections:reflections:jar:0.9.12 => 0.10.2) ``` Caused by: java.lang.NoSuchMethodError: 'org.reflections.util.FilterBuilder org.reflections.util.FilterBuilder.includePackage(java.lang.String[])' ``` It turned out...
Print user-provided Avro schema to a log. ## Unit-tests to illustrate existing issues when incorrect user-supplied Avro schema is used. #579 ### Testing * "Unit tests are included" ## Checklist...
Creates an Avro schema with a field `type` instead of `[null, type]` for SQL column with `NOT NULL` constrain. Configurable behaviour. ## Checklist for PR author(s) - [x] Changes are...
This PR is meant to be a solution for issue #579 . Also make a schema generation process less dependant on a user-provided schema and more fault-tolerant. ## Current implementation...
We do a DB table dump daily and would like to include partition date's data or earlier (but not later), so DB dumps are actually reproducible/deterministic. So, is it possibe...