smallyao opened a new issue, #3812: URL: https://github.com/apache/amoro/issues/3812
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? When compiling amoro-web project, following information is output `[INFO] > [email protected] build /root/code/apache/amoro/amoro/amoro-web [INFO] > vite build [INFO] [INFO] The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. [INFO] vite v5.2.13 building for production... [INFO] transforming... [INFO] [plugin:vite:esbuild] [plugin vite:esbuild] src/language/en.ts: Duplicate key "healthScore" in object literal [INFO] 228| totalCount: 'total {total} records', [INFO] 229| healthScoreDetails: 'HealthScoreDetails', [INFO] 230| healthScore: 'HealthScore', [INFO] | ^ [INFO] 231| smallFileScore: 'SmallFileScore', [INFO] 232| equalityDeleteScore: 'EqDeleteScore', [INFO] [INFO] [plugin:vite:esbuild] [plugin vite:esbuild] src/language/zh.ts: Duplicate key "healthScore" in object literal [INFO] 228| totalCount: '??? {total} ???', [INFO] 229| healthScoreDetails: '??????????????????', [INFO] 230| healthScore: '????????????', [INFO] | ^ [INFO] 231| smallFileScore: '???????????????', [INFO] 232| equalityDeleteScore: 'eq-delete??????', [INFO] [INFO] ??? 7250 modules transformed. ` ### How should we improve? Remove duplicate keys ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Subtasks _No response_ ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
