FreeOnePlus opened a new pull request, #98: URL: https://github.com/apache/doris-mcp-server/pull/98
## Summary - normalize missing and explicit-null freshness thresholds to the documented 24-hour default - keep unknown Doris timestamps as an `unknown` freshness state - exclude non-numeric staleness values from numeric comparisons - cover Streamable HTTP and actual STDIO, including legacy compatibility ## Stack - Depends on #97 - Incremental commit: `7fe79bc` - This PR is intentionally stacked so `CORE-011` remains independently reviewable ## Verification - red tests reproduced both the explicit-null routing defect and `None > 72` - targeted routing, analysis, Streamable HTTP, and actual STDIO tests pass - full pytest: 351 passed, 57 skipped - `uv lock --check` - Ruff on changed tests and severe runtime rules - `compileall` - `uv build` ## Real Doris verification Environment: `192.168.31.63`, database `hhm_dt_sim`, table `org_tenant`. - Streamable HTTP modern and legacy: omitted and explicit-null thresholds both resolve to 24 - actual STDIO modern and legacy: the same defaulting behavior - all four paths return `status=unknown` when Doris cannot infer the timestamp, without a `TypeError` - every path recovered with a real query returning `org_tenant=47040` - credentials were not stored in the repository or test assets -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
