Github user HeartSaVioR commented on the issue:
https://github.com/apache/storm/pull/2447
Now I found the way to reduce the test execution time: rely on Avatica for
some expression tests, which Calcite is also using the approach for its tests.
Build result in my local:
```
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] storm-sql-runtime .................................. SUCCESS [
11.822 s]
[INFO] storm-sql-core ..................................... SUCCESS [01:39
min]
[INFO] storm-sql-kafka .................................... SUCCESS [
3.782 s]
[INFO] storm-sql-redis .................................... SUCCESS [
5.142 s]
[INFO] storm-sql-mongodb .................................. SUCCESS [
3.638 s]
[INFO] storm-sql-hdfs ..................................... SUCCESS [
11.517 s]
[INFO] sql ................................................ SUCCESS [
0.035 s]
[INFO]
------------------------------------------------------------------------
```
---