-
### Describe your motivation
Currently, `Binder` (and `BeanValidationBinder`) work with Java records, but with a couple of limitations:
* "virtual properties" are not handled (e.g. a method in t…
-
Quoting from a [StackOverflow Q&A ](https://stackoverflow.com/questions/62455515/how-can-i-use-java-records-as-dto-with-modelmapper), the current version 2.3.8 doesn't seem to support java `record` cl…
-
JIRA Issue: [KIEKER-839] Analysis framework: Java Errors ignored when delivering records
Original Reporter: Andre van Hoorn
***
Filter A delivers a record to filter B. A Java Error occurs (e.g., jav…
-
JIRA Issue: [KIEKER-1934] Add extension for using Java record types as monitoring records
Original Reporter: Holger Knoche
***
Recently, record types have been added to the Java language which allow…
-
### Describe your Issue
Java records are final, as well as Kotlin data classes; in version 2.17, `DefaultTyping` deprecates the `EVERYTHING` option (from https://github.com/FasterXML/jackson-databi…
-
-
Hi, I am facing a bit of an issue and I am not sure what I am missing:
CREATE OR REPLACE TABLE api_driver_safety_records (
driverId BIGINT,
crashCount INT,
harshAccelCount INT,
…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
### Paimon version
0.9
### Compute Engine
hive: 2.1-cdh-6.3-1
### M…
-
An example from https://doc.akka.io/docs/akka/current/typed/interaction-patterns.html
```
public class Printer {
public static class PrintMe {
public final String message;
…
-