Fix CI builder tag and CTE scope bug
Summary
- Switch data-cache-storage jobs to hive-builder-9 to prevent cache mismatch between builders
- Fix CTE scope bug: use temp table for cursor iteration (CTEs are only accessible within their WITH statement)
Changes
-
CI fix: Add
hive-builder-9tag to ensure all data-cache-storage jobs run on the same machine - SQL fix: Replace CTE with temp table for cursor-based reputation processing
These changes were tested in pipeline 140304 which passed successfully.