김은빈
김은빈
### ⚠️ Pre Checklist > Please complete _ALL_ items in this checklist, and remove before submitting - [x] I have read through the [Contributing Documentation](https://devlake.apache.org/community/). - [ ] I have...
## 작업 내용 설명 - [x] kms를 이용한 데이터 암호화 구현 ## 주요 변경 사항 - kms Encrypt 구현 ([참고](https://www.notion.so/teamaliens/DB-04858ee917e94bd7be516a4e3f41d2b5?pvs=4)) - 아직 일부 컬럼에만 적용해놓았고, 정렬 및 검색에 대한 대응방안은...
Fix incorrect error handling in `LocalFile::Open()` when `create_directories()` encounters an already-existing directory. ### Problem The current code treats `create_directories()` returning `false` as a failure: ```cpp if (!std::filesystem::create_directories(parent_path, ec)) { return...