alex-poor commented on PR #39906: URL: https://github.com/apache/superset/pull/39906#issuecomment-4473213219
The `validate-frontend` job is failing on a TypeScript compilation error inside `@superset-ui/core` (`@superset-ui/superset-core/lib/common/index.d.ts is not a module`). That's a typings build-output issue in a package this PR doesn't touch — none of the files in this diff import from `@apache-superset/core` or anywhere near the broken path. The CI log also shows a `digest-mismatch: error` at the top of the failing step, which is the build-artifact cache integrity check tripping, suggesting CI infra/cache drift. Locally, `tsc --noEmit` against the same plugin tsconfig passes clean (`EXIT=0`), and `packages/superset-core/lib/common/index.d.ts` has the expected exported interfaces. Could a maintainer kick the `validate-frontend` job to re-run? @DamianPendrak If preferred I can push a no-op commit to retrigger CI, but it seems cleaner to just retry the job. -- 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]
