shameersss1 commented on pull request #1271:
URL: https://github.com/apache/hive/pull/1271#issuecomment-700514324


   @kgyrtkirk So the new approach is that
   
   - We have introduced a new flag 
**metastore.decode.filter.expression.tostring** which will deserizalize the 
expr byte array to string when the deserialization of expr byte array to 
ExprNode fails
   
   - So when MSCK with partition filter tries to drop partition it will first 
try to deserialize the expr [] to ExprNode it will fail and then goes on to 
deserialize to string
   
   Does this approach makes sense?


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to