Skip to content

Commit

Permalink
[hotfix] Remove unused JsonUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
Airblader authored and JingsongLi committed Sep 17, 2021
1 parent f0be546 commit 463a7d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 476 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.apache.flink.table.data.DecimalDataUtils;
import org.apache.flink.table.data.binary.BinaryStringData;
import org.apache.flink.table.data.binary.BinaryStringDataUtil;
import org.apache.flink.table.runtime.util.JsonUtils;
import org.apache.flink.table.utils.EncodingUtils;
import org.apache.flink.table.utils.ThreadLocalCache;

Expand Down Expand Up @@ -739,11 +738,6 @@ public static Map<String, String> strToMap(
return ret;
}

public static String jsonValue(String jsonString, String pathString) {
// TODO: refactor this to use jackson ?
return JsonUtils.getInstance().getJsonObject(jsonString, pathString);
}

// SQL ROUND
/** SQL <code>ROUND</code> operator applied to byte values. */
public static byte sround(byte b0) {
Expand Down
Loading

0 comments on commit 463a7d4

Please sign in to comment.