SEPURI-SAI-KRISHNA commented on PR #43225: URL: https://github.com/apache/superset/pull/43225#issuecomment-5442373546
Frontend follow-up is up as #43589, `rolling`, `cum` and `diff` all moved to `Record<string, string>`, along with the three fixtures in `PostProcessing.test.ts` that were using arrays. Worth noting the one red check there is `lint-frontend`, which looks unrelated to the change: the 94 errors are all `import(no-named-as-default)` in files the PR doesn't touch (`src/SqlLab/…`, `src/features/datasets/…`), and neither changed file appears in the output. The same 94/1863 counts show up on unrelated PRs, and the failing runs finish in roughly a third of the time of the passing ones, so `npm i` looks to be short-circuiting and leaving oxlint unable to resolve imports. Running `oxlint` against the two changed files directly reports nothing. -- 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]
