joeytman commented on issue #9971:
URL: https://github.com/apache/hudi/issues/9971#issuecomment-1791871773

   > Try to set up index.type as BUCKET instead.
   
   Thanks for the tip! I'm confused by the results. 
   
   On first glance, using `index.type` seems to work correctly, files are 
written by the same naming convention now. 
   
   But, this log no longer appears:
   ```
   2023-11-01 22:16:11,025 INFO  org.apache.hudi.index.bucket.HoodieBucketIndex 
              [] - Use bucket index, numBuckets = 113, indexFields: [redacted1, 
redacted2]
   ```
   
   So, to be clear:
    
   * `index.type=BUCKET` actually enables bucket index, but without any logs 
indicating it's working
   * `hoodie.index.type=BUCKET` produces logs that indicate it's working, but 
it doesn't actually do anything


-- 
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