cshuo commented on issue #17515:
URL: https://github.com/apache/hudi/issues/17515#issuecomment-3624368487

   @bithw1 it depends on which index you're using, spark use 
[SIMPLE](https://hudi.apache.org/docs/0.15.0/indexing/#index-types-in-hudi) 
index by default, which do not support file slice without base file, so base 
file will be generated for the first insert records. If you use index like 
`hoodie.index.type = 'INMEMORY'`, you can see log files generated for the first 
two inserts.


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