You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2019/11/05 01:10:24 UTC

[GitHub] [phoenix-connectors] ankitsinghal commented on issue #7: PHOENIX-5552 Hive against Phoenix gets 'Expecting "RPAREN", got "L"' …

ankitsinghal commented on issue #7: PHOENIX-5552 Hive against Phoenix gets 'Expecting "RPAREN", got "L"' …
URL: https://github.com/apache/phoenix-connectors/pull/7#issuecomment-549618517
 
 
   Thanks @brfrn169 for the fix, It seems from the code below, that we are using FILTER_TEXT_CONF_STR instead of serialized filters expression from FILTER_EXPR_CONF_STR for the Tez engine. I don't know the reason for doing it differently for MR and Tez, is this possible to use Filter expression rather than the string while building where clause for tez engine as well? or if you think it is a lot of work then we can go with your current fix as well.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services