You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/13 13:28:41 UTC

[GitHub] [superset] VivekGupta97 opened a new issue #18028: how can I resolve parsing_exception error or transport error

VivekGupta97 opened a new issue #18028:
URL: https://github.com/apache/superset/issues/18028


   -1
   
   
   My schema structure in elasticsearch like :- "hits" : { "total" : { "value" : 2, "relation" : "eq" }, "max_score" : 1.0, "hits" : [ { "_index" : "decdrop_repo", "_type" : "_doc", "_id" : "4172", "_score" : 1.0, } ] } .
   
   I want to retreive _id from this schema and my query is :- SELECT 'hits.hits._id' FROM "decdrop_repo"; here I found only hits.hits._id as same but not found value of _id.
   
   And if I query straight forward like sql then I get an errors like :- TransportError(500, 'ql_illegal_argument_exception', 'Arrays ('not supported'). or Parsing_exception error.
   
   could anyone please suggest me how can I resolved this ? Thanks !


-- 
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: notifications-unsubscribe@superset.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] VivekGupta97 commented on issue #18028: how can I resolve parsing_exception error or transport error

Posted by GitBox <gi...@apache.org>.
VivekGupta97 commented on issue #18028:
URL: https://github.com/apache/superset/issues/18028#issuecomment-1012773569


   I Have used superset SQL editor for Query and my database is elasticsearch and my data is in above format 
   
   


-- 
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: notifications-unsubscribe@superset.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] geido commented on issue #18028: how can I resolve parsing_exception error or transport error

Posted by GitBox <gi...@apache.org>.
geido commented on issue #18028:
URL: https://github.com/apache/superset/issues/18028#issuecomment-1012299367


   Hello @VivekGupta97 we need more info to help you out. Please provide screenshots and stack traces.


-- 
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: notifications-unsubscribe@superset.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] VivekGupta97 commented on issue #18028: how can I resolve parsing_exception error or transport error

Posted by GitBox <gi...@apache.org>.
VivekGupta97 commented on issue #18028:
URL: https://github.com/apache/superset/issues/18028#issuecomment-1012775401


   ![image](https://user-images.githubusercontent.com/68772150/149453570-1c098630-5935-4891-b2b8-d0e0d0c419f9.png)
   if I run query like this then got error as
   ![image](https://user-images.githubusercontent.com/68772150/149453709-9868f772-b709-472c-bf49-948ecb8a4e7f.png)
   
   


-- 
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: notifications-unsubscribe@superset.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] VivekGupta97 commented on issue #18028: how can I resolve parsing_exception error or transport error

Posted by GitBox <gi...@apache.org>.
VivekGupta97 commented on issue #18028:
URL: https://github.com/apache/superset/issues/18028#issuecomment-1012771463


   ![image](https://user-images.githubusercontent.com/68772150/149452920-3a0e07e0-9887-40c1-8561-4c60ae47657a.png)
   


-- 
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: notifications-unsubscribe@superset.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] VivekGupta97 commented on issue #18028: how can I resolve parsing_exception error or transport error

Posted by GitBox <gi...@apache.org>.
VivekGupta97 commented on issue #18028:
URL: https://github.com/apache/superset/issues/18028#issuecomment-1014160652


   Hello @geido Please help me to solve this issue how can I get the values from query in elastic search ?
   I hope my issue understood by you 


-- 
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: notifications-unsubscribe@superset.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] VivekGupta97 commented on issue #18028: how can I resolve parsing_exception error or transport error

Posted by GitBox <gi...@apache.org>.
VivekGupta97 commented on issue #18028:
URL: https://github.com/apache/superset/issues/18028#issuecomment-1012775987


   > Hello @VivekGupta97 we need more info to help you out. Please provide screenshots and stack traces.
   
   I hope These detail help you to understand my issue 
   


-- 
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: notifications-unsubscribe@superset.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org