Hi Community, BeamSQL defines some mock classes (see mock <https://github.com/apache/beam/tree/master/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/mock>) in a test directory. As there is more than one module under sql <https://github.com/apache/beam/tree/master/sdks/java/extensions/sql> now, there is a need to share these mock classes among modules.
So I want to move these mock classes to a separate module under sql <https://github.com/apache/beam/tree/master/sdks/java/extensions/sql>, so other modules' tests can depend on this mock module. What do you think of this idea? -Rui
