You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(integration-tests): dedupe @dbColumnType reads in OMDB adapter
Pre-merge simplifier pass over Phase B Unit 3. Behavior-preserving:
- Extract hasDbColumnType(mf, expected) — isTimestampTzField and
maybeParseJson shared the identical defensive attr-read pattern
(hasMetaAttr + getMetaAttr().getValueAsString() guarded by try/catch).
- Add a static import for CoreDBMetaDataProvider and ObjectMapper,
dropping the repeated fully-qualified references.
No wire-shape change: TIMESTAMPTZ, INTEGER/BIGINT narrowing, and jsonb
parsing are untouched. Full Java integration suite green (38 tests).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments