Open yangweijie opened 1 month ago
Results of the benchmarks from this PR are compared with the results from 1.x branch.
hey @yangweijie sorry I'm not sure if I follow, could you elaborate a bit more on this one and maybe provide some tests that would cover the changes from this PR?
If you use in windows , u can find the bug easyly. with fixed by just one line code for platform judgement
the path generated by path concat by runtime_path
function in ThinkPHP framework. Acturely , The const string 'C:\git\tp\runtime\log\20241103.parquet' which a realpah for a file exists will take the same effect.
only linux os need add DIRECTORY_SEPARATOR if path not begins with '/'
Change Log
Added
Fixed
Changed
Removed
Deprecated
Security
Description