Skip to content

Commit 59746df

Browse files
committed
Update jdocs
1 parent ac3cc0d commit 59746df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sqrl-flexible-json/src/main/java/com/datasqrl/format/FlexibleJsonFormat.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ public ChangelogMode getChangelogMode() {
8484
};
8585
}
8686

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+
*/
8794
@Override
8895
public EncodingFormat<SerializationSchema<RowData>> createEncodingFormat(
8996
Context context, ReadableConfig formatOptions) {

0 commit comments

Comments
 (0)