sadpandajoe commented on code in PR #39684:
URL: https://github.com/apache/superset/pull/39684#discussion_r3685921464
##########
superset-frontend/packages/superset-ui-core/test/query/types/PostProcessing.test.ts:
##########
@@ -159,6 +160,13 @@ const SORT_RULE: PostProcessingSort = {
},
};
+const SELECT_RULE: PostProcessingSelect = {
Review Comment:
This test references `PostProcessingSelect` without importing the type, so
TypeScript compilation stops before the new guard test can run. Could you add
it to the `@superset-ui/core` imports?
--
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]