Skip to content

Commit

Permalink
Merge branch 'feature/json-valid' of https://github.com/Bit-Quill/ope…
Browse files Browse the repository at this point in the history
…nsearch-project-sql into feature/json-valid
  • Loading branch information
kenrickyap committed Jan 9, 2025
2 parents 2187a5a + e5e90ac commit 9fc5d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user/ppl/functions/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Example::
| json array | [1, 2, 3, 4] | True |
| json scalar string | "abc" | True |
| json empty string | | True |
| json invalid object | {"invalid":"json", "string"} | True |
| json invalid object | {"invalid":"json", "string"} | False |
+---------------------+------------------------------+----------+
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.json.JSONObject;
import org.junit.jupiter.api.Test;

public class JsonFunctionIT extends PPLIntegTestCase {
public class JsonFunctionsIT extends PPLIntegTestCase {
@Override
public void init() throws IOException {
loadIndex(Index.JSON_TEST);
Expand Down

0 comments on commit 9fc5d8a

Please sign in to comment.