generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Labels
PPLPiped processing languagePiped processing languagebugSomething isn't workingSomething isn't working
Description
What is the bug?
- json The function's return type is undefined, which presents two issues:
- Undefined type is not a valid PPL data type.
- It is inconsistent with the Spark-PPL JSON function, which returns a string.
How can one reproduce the bug?
https://github.com/Bit-Quill/opensearch-project-sql/blob/main/integ-test/src/test/java/org/opensearch/sql/ppl/JsonFunctionsIT.java#L73
What is the expected behavior?
align with Spark PPL, Return type is String
Metadata
Metadata
Assignees
Labels
PPLPiped processing languagePiped processing languagebugSomething isn't workingSomething isn't working
Type
Projects
Status
Done