-
Recently I was using up an older version of finatra `finatra = "20.9.0"` but recently after updating it to ` val finatra = "21.9.0"`I am seeing up a lot of below errors , is there any configuration I …
-
**Describe the bug**
`@Max` and `@Min` annotation do not work with field of type `Option[Int]`
**To Reproduce**
Steps to reproduce the behavior:
Try to validate `case class Foo(@Min(2) bar: Opti…
-
When the execution plan contains a literal with `value: null` then `POST /producer/execution-plans` returns 400.
```json
{
"id": "7c505765-7218-479e-b0b0-c31e6d63d68a",
"dataType": "3a278371…
wajda updated
2 years ago
-
The agent is now using the removing-empty-values serialization strategy that doesn't assume existence of semantically valid `null` values, e.g. in literals. That results in producing invalid JSON that…
wajda updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
I work in a code base where we have fields like `Option[Name]` in our case classes. The object mapper parses absent fields and nul…
-
Have a very simple test that creates and materializes 1 dataframe using the following SQL query : select 123 as id
I get the following error
```
15:25:49 [ScalaTest-run-running-LineageTest] WARN…
-
Nightly build without cache #286 failed. Please take a look and fix it ASAP.
-
Dear CT2 team,
I had a problem with "PLEASE REQUEST AN API_KEY FROM NCBI" when running CT2, it seems that casused by eutils.
does CT2 parse the taxonomic rank information by this way? How could I f…
-
hi,
I pulled the latest code. But I have an error when i just use one request. What does the error means? How can i fix it? Thank you!
18:25:37.902 [finagle/netty4-8] INFO ai.diffy.lifter.HttpLif…
-
In the documentation at https://twitter.github.io/finatra/user-guide/getting-started/modules.html#module-lifecycle, it is not clear how to import closeOnExit to be used inline for closing resources.