chaokunyang commented on issue #2195:
URL: https://github.com/apache/fury/issues/2195#issuecomment-2841146741
```python
@dataclass
class SomeClass1:
f1: pyfury.Int32Type = None
f2: pyfury.Int32Type = None
```
```java
public static class SomeClass1 {
public Integer f1;
public Integer f2;
}
```
Could you try with above classes?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]