Github user dlaboss commented on a diff in the pull request:
https://github.com/apache/incubator-quarks/pull/11#discussion_r56186378
--- Diff: api/topology/src/main/java/quarks/topology/TStream.java ---
@@ -4,18 +4,15 @@
*/
package quarks.topology;
+import quarks.function.*;
--- End diff --
We don't have a formal coding style doc but the rest of the code uses
explicit imports instead of wildcards. Generally, it's best to avoid arbitrary
changes when introducing new functionality. Generally, nice work btw.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---