Add json parsing options in JsonStringDeserializationSchema
Open
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 625
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 97
Description
### Search before asking
- [x] I searched in the [issues](https://github.com/alibaba/fluss/issues) and found nothing similar.
### Description
As discussed in PR #770, similar to flink `JsonRowDataSerializationSchema`, we can also add several options for json parsing.
> private final TimestampFormat timestampFormat;
> private final JsonFormatOptions.MapNullKeyMode mapNullKeyMode;
> private final String mapNullKeyLiteral;
> private final boolean ignoreNullFields;
### Willingness to contribute
- [x] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.