ES /docs

failed to merge voxels - error: 500 Internal Server Error

Summary: failed to merge voxels - error: 500 Internal Server Error

결과#

voxel-service Lambda의 Athena SQL에서 CAST(... AS INTEGER)CAST(... AS BIGINT)로 변경하여 32-bit 정수 오버플로우 문제를 해결했다. nswgov 테넌트의 대규모 좌표값(~7.1×10⁹)을 64-bit 정수 범위로 수용할 수 있게 되었다.

Pull Requests#

Repo PR Branch
data-pipeline-functions #87265 feature/TSLA-12581

변경 내용#

  • data-pipeline-functions: services/voxel/lambda/merge_voxel.py 73행의 Athena SQL에서 AS INTEGERAS BIGINT 변경 (x, y 두 곳)

Cleanup#

bash
cd $REPOS_DIR/data-pipeline-functions
git worktree remove /home/ec2-user/error-sweeper/.worktrees/be766315-63d6-4221-a8db-fd1372e0804b/data-pipeline-functions