codope commented on PR #12001:
URL: https://github.com/apache/hudi/pull/12001#issuecomment-2377595905

   > Still have the question about:
   > 
   > > In the test lines 468-479 you disable the functional index and verify 
the query still works. What happens if you
   > > 
   > > 1. disable index
   > > 2. do write
   > > 3. enable index
   > > 4. check query result
   > >    Will the query still be correct?
   
   Yes, the query result will be correct. Just that, data skipping may not be 
very efficient (skipping ratio might be lower). I have added a query with 
predicates including values when functional index was disabled and enabled, and 
we see correct results.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to