vogievetsky opened a new pull request #8389: Web console: Better build experience URL: https://github.com/apache/incubator-druid/pull/8389 In https://github.com/apache/incubator-druid/pull/8378 PR I renamed a file and changed gitignore at the same time and because of squash someone who checks out `master` without running web-consoles `script/clean` will get an error of ``` ERROR in /Users/clint/workspace/implydata/druid/web-console/src/views/query-view/query-view.tsx ./src/views/query-view/query-view.tsx error: Property 'name' does not exist on type 'SyntaxDescription'. [TS2339] at (/Users/clint/workspace/implydata/druid/web-console/src/views/query-view/query-view.tsx:72:81) ``` Because `sql-function-doc.ts` overshadows the `sql-function-doc.js` + `sql-function-doc.d.ts` pair.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
