Hey Raju, The patch seem to apply cleanly for me. Using this command for getting a patch
git diff master --no-prefix > ~/LENS-716.patch ➜ incubator-lens git:(master) git apply -p0 ~/LENS-716.patch ➜ incubator-lens git:(master) ✗ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: lens-driver-es/src/main/java/org/apache/lens/driver/es/ASTTraverserForES.java modified: lens-driver-es/src/main/java/org/apache/lens/driver/es/ESDriverConfig.java modified: lens-driver-es/src/main/java/org/apache/lens/driver/es/translator/ASTCriteriaVisitor.java modified: lens-driver-es/src/main/java/org/apache/lens/driver/es/translator/ASTVisitor.java modified: lens-driver-es/src/main/java/org/apache/lens/driver/es/translator/impl/ESAggregateVisitor.java modified: lens-driver-es/src/main/java/org/apache/lens/driver/es/translator/impl/ESCriteriaVisitor.java modified: lens-driver-es/src/test/resources/valid-queries.data Untracked files: (use "git add <file>..." to include in what will be committed) lens-driver-es/src/main/java/org/apache/lens/driver/es/grammar/ I have reattached the patch with the latest master rebased. Let me know if there are any issues. Thanks, On Thu, Aug 20, 2015 at 9:42 AM, Raju Bairishetti (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/LENS-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Raju Bairishetti updated LENS-716: > ---------------------------------- > Status: Open (was: Patch Available) > > [~amrk7] Could you please revert changes from .gitignore file? Seems > patchprocess needs to be in .gitignore file. > >> Support for !=, in and not in predicates in elastic search driver >> ----------------------------------------------------------------- >> >> Key: LENS-716 >> URL: https://issues.apache.org/jira/browse/LENS-716 >> Project: Apache Lens >> Issue Type: Improvement >> Reporter: Amruth S >> Assignee: Amruth S >> Attachments: LENS-716.patch, m_c_i_716 >> >> > > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) -- Amruth S (09486075517) -- ------------------------------------------------------------------------------------------------------------------------------------------ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. Although Flipkart has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments
