fix: ST_AsText WKT 공백 불일치로 인한 daily merge 전량 필터 수정 #79
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/dashboard-phase-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
PostGIS ST_AsText()는 "LINESTRING M (...)" (공백 포함) 반환하지만 Java 코드는 "LINESTRING M(...)" (공백 없음) 형식만 매칭하여 앱 재시작 후 DB fallback/warmup 데이터가 전량 필터되는 버그 수정. - DB 읽기 시 WKT 정규화 (CacheWarmup, CacheBasedReader 4곳) - merge processor regex에 \s* 방어적 처리 (Daily/Hourly) - countWktPoints indexOf('(') 기반으로 개선 - BatchAdmin: dailyJob 수동 실행 시 timeBucket 파라미터 추가 - DataPipeline: L3 표시를 cachedDays → totalVessels로 변경 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>