ngsg commented on PR #3998: URL: https://github.com/apache/hive/pull/3998#issuecomment-2699754753
I have updated the missing qtest output and addressed some issues reported by SonarCloud. However, I haven't implemented "usage of generic wildcard type" in OperatorGraph.java as suggested because resolving this issue would likely require either extensive refactoring or double unchecked type casting, which is another type of code smell. (e.g. `return (DagGraph<Operator<OperatorDesc>, OpEdge>) (DagGraph<?, OpEdge>) dagGraph;`) If you have any alternative suggestions, I would appreciate your input. -- 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]
