1032851561 opened a new pull request, #7387:
URL: https://github.com/apache/hudi/pull/7387
### Change Logs
In RocksDbBasedFileSystemView, the rocksDBBasePath is base on table basePath
, because of special characters ":" , it will fail to run under Windows system.
- exception:
```
Caused by: java.io.IOException: Unable to create
:\tmp\hoodie_timeline_rocksdb\file:_D:_data_warehouse_tb_test\f6b39e9e-f00c-400a-897e-ca2f72c244ba
at org.apache.hudi.common.util.FileIOUtils.mkdir(FileIOUtils.java:70)
at
org.apache.hudi.common.util.collection.RocksDBDAO.init(RocksDBDAO.java:107)
```
- table options:
```
'hoodie.filesystem.view.type' = 'EMBEDDED_KV_STORE',
'path' = 'file:///D:/data/warehouse/tb_test'
```
### Impact
None.
### Risk level (write none, low medium or high below)
None.
### Documentation Update
None.
### Contributor's checklist
- [ ] Read through [contributor's
guide](https://hudi.apache.org/contribute/how-to-contribute)
- [ ] Change Logs and Impact were stated clearly
- [ ] Adequate tests were added if applicable
- [ ] CI passed
--
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]