Replies: 1 comment
-
No, mostly because class serialisation is meant to be "just working" and parquet specification discourages from using custom naming. Is there a valid reason to use different name internally?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there a way to control element scheme name within a list?
for example in this class
public class Vectors { public int Id { get; set; } public List<int>? Vector { get; set; } }
instead of using Vector/list/element use Vector/list/items?
Beta Was this translation helpful? Give feedback.
All reactions