We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3cc0d commit 59746dfCopy full SHA for 59746df
sqrl-flexible-json/src/main/java/com/datasqrl/format/FlexibleJsonFormat.java
@@ -84,6 +84,13 @@ public ChangelogMode getChangelogMode() {
84
};
85
}
86
87
+ /**
88
+ * This uses a SQRL specific encoding format so that we can add support for SQRL types
89
+ *
90
+ * @param context
91
+ * @param formatOptions
92
+ * @return
93
+ */
94
@Override
95
public EncodingFormat<SerializationSchema<RowData>> createEncodingFormat(
96
Context context, ReadableConfig formatOptions) {
0 commit comments