lokeshj1703 commented on code in PR #12420:
URL: https://github.com/apache/hudi/pull/12420#discussion_r1874393806


##########
website/docs/quick-start-guide.md:
##########
@@ -454,27 +454,47 @@ VALUES
 (1695173887,'3eeb61f7-c2b0-4636-99bd-5d7a5a1d2c04','rider-I','driver-S',41.06 
,'chennai'      ),
 
(1695115999,'c8abbe79-8d89-47ea-b4ce-4d224bae5bfa','rider-J','driver-T',17.85,'chennai');
 
--- Create bloom filter expression index on city column
-CREATE INDEX idx_bloom_city ON hudi_indexed_table USING bloom_filters(city) 
OPTIONS(expr='identity');
+-- Create bloom filter expression index on driver column

Review Comment:
   I have changed the config to use `hoodie.write.record.merge.mode` which 
looks better.
   ```
   hoodie.write.record.merge.mode = "COMMIT_TIME_ORDERING"
   ```



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