We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af337f commit 5997732Copy full SHA for 5997732
parquet-variant/src/main/java/org/apache/parquet/variant/Variant.java
@@ -301,8 +301,6 @@ private static String escapeJson(String str) {
301
}
302
303
304
- // A simplified and more performant version of `sb.append(escapeJson(str))`. It is used when we
305
- // know `str` doesn't contain any special character that needs escaping.
306
/**
307
* Appends a quoted string to a StringBuilder. It is used when we know `str` doesn't contain any
308
* special characters that needs escaping. This is more performant than
0 commit comments