Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2022 01:21 AM
The Hive table will not like this, as the underlying data is parquet format which is not ACID compliant.
Delta lake however is:
https://docs.delta.io/0.5.0/concurrency-control.html
You can see that inserts do not give conflicts.