61yao commented on code in PR #9818:
URL: https://github.com/apache/pinot/pull/9818#discussion_r1025842606


##########
pinot-query-runtime/src/test/resources/queries/CharacterTypes.json:
##########
@@ -0,0 +1,31 @@
+{
+  "fixed_char": {
+    "ignored": true,
+    "comment": "we don't support fixed length string types",
+    "psql": "8.3"
+  },
+  "varchar": {
+    "tables": {
+      "varchar": {
+        "schema": [
+          {"name": "str", "type": "STRING"}
+        ],
+        "inputs": [
+          ["foo"],
+          ["value with spaces"],
+          ["Οὐχὶ (greek)"],
+          ["แสน (thai)"],
+          ["верстке (russian)"],
+          ["∀x∈ℝ (mathematics)"]
+        ]
+      }
+    },
+    "queries": [
+      {
+        "psql": "8.3",
+        "description": "test different UTF8 string values",
+        "sql": "SELECT * FROM {varchar}"

Review Comment:
   Add select "string" from tbl? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to