You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/02/17 22:02:42 UTC

[GitHub] [pinot] fritzb commented on issue #8220: Unable to ingest long JSON string with JSON indexing enabled

fritzb commented on issue #8220:
URL: https://github.com/apache/pinot/issues/8220#issuecomment-1043512472


   I have the dataType set to STRING. This is the first time I've heard about data type Json.
   
   ```
   Schema:
       {
         "name": "json_data",
         "defaultNullValue": "",
         "dataType": "STRING"
       }
   
   Table Config:
     "tableIndexConfig": {
       "jsonIndexColumns": [
         "json_data"
       ]
   }
   ```
   
   Let me change it to the following and see if this is still an issue.
   ```
   Schema:
       {
         "name": "json_data",
         "defaultNullValue": "",
         "dataType": "JSON"
       }
   ```
   


-- 
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-unsubscribe@pinot.apache.org

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



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