[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2443 ---

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202684941 --- Diff: docs/storm-sql-internal.md --- @@ -1,59 +0,0 @@ --- End diff -- Nice finding. Will fix it and also will attach source

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202683106 --- Diff: docs/storm-sql-internal.md --- @@ -1,59 +0,0 @@ --- End diff -- The second diagram on the page also mentions Trident. I don't

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202682665 --- Diff: docs/storm-sql-internal.md --- @@ -1,59 +0,0 @@ --- End diff -- Thanks, looks great. I think the dotted line box is missing the

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202678116 --- Diff: docs/storm-sql-internal.md --- @@ -1,59 +0,0 @@ --- End diff -- Just finished it. ---

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202674112 --- Diff: docs/storm-sql-internal.md --- @@ -1,59 +0,0 @@ --- End diff -- Yeah right. I didn't think about that. Drawing a new one.

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202653817 --- Diff: docs/storm-sql-internal.md --- @@ -1,59 +0,0 @@ --- End diff -- It would probably be pretty quick to duplicate with e.g.

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202650814 --- Diff: sql/storm-sql-runtime/src/jvm/org/apache/storm/sql/runtime/datasource/socket/bolt/SocketBolt.java --- @@ -0,0 +1,108 @@ +/* + * Licensed to

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202650588 --- Diff: sql/storm-sql-external/storm-sql-mongodb/src/jvm/org/apache/storm/sql/mongodb/MongoDataSourcesProvider.java --- @@ -47,54 +45,60 @@ * The

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202650461 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/planner/streams/StreamsStormRuleSets.java --- @@ -72,13 +72,13 @@ // merge and push

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202644352 --- Diff: docs/storm-sql-internal.md --- @@ -1,59 +0,0 @@ --- End diff -- We could even do some photo editing but not sure it is

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202639091 --- Diff: sql/storm-sql-external/storm-sql-hdfs/src/test/org/apache/storm/sql/hdfs/TestHdfsDataSourcesProvider.java --- @@ -88,46 +75,12 @@ public void

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202635190 --- Diff: sql/storm-sql-external/storm-sql-mongodb/src/jvm/org/apache/storm/sql/mongodb/MongoDataSourcesProvider.java --- @@ -47,54 +45,60 @@ *

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202631700 --- Diff: sql/README.md --- @@ -1,187 +1,8 @@ # Storm SQL -Compile SQL queries to Storm topologies. +Compile SQL queries to Storm

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202632910 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/planner/streams/StreamsStormRuleSets.java --- @@ -72,13 +72,13 @@ // merge

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202638476 --- Diff: sql/storm-sql-runtime/src/test/org/apache/storm/sql/TestUtils.java --- @@ -41,7 +26,46 @@ import java.util.Map; import

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202638239 --- Diff: sql/storm-sql-runtime/src/jvm/org/apache/storm/sql/runtime/datasource/socket/bolt/SocketBolt.java --- @@ -0,0 +1,108 @@ +/* + *

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202633872 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/planner/streams/rel/StreamsStreamInsertRel.java --- @@ -0,0 +1,82 @@ +/* + * Licensed

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202631939 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/compiler/CompilerUtil.java --- @@ -118,16 +138,32 @@ public RelDataType getRowType(

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202638350 --- Diff: sql/storm-sql-runtime/src/jvm/org/apache/storm/sql/runtime/datasource/socket/bolt/SocketBolt.java --- @@ -0,0 +1,108 @@ +/* + *

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-16 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202631502 --- Diff: docs/storm-sql-internal.md --- @@ -1,59 +0,0 @@ --- End diff -- @srdo Agreed. Regarding updating the doc, I guess

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202345310 --- Diff: sql/README.md --- @@ -1,187 +1,8 @@ # Storm SQL -Compile SQL queries to Storm topologies. +Compile SQL queries to Storm topologies

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202356815 --- Diff: sql/storm-sql-external/storm-sql-mongodb/src/jvm/org/apache/storm/sql/mongodb/MongoDataSourcesProvider.java --- @@ -47,54 +45,60 @@ * The

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202355372 --- Diff: sql/storm-sql-external/storm-sql-hdfs/src/test/org/apache/storm/sql/hdfs/TestHdfsDataSourcesProvider.java --- @@ -88,46 +75,12 @@ public void

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202341073 --- Diff: docs/storm-sql-internal.md --- @@ -1,59 +0,0 @@ --- End diff -- I'm wondering if it would be worth updating this rather than

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202347946 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/compiler/CompilerUtil.java --- @@ -118,16 +138,32 @@ public RelDataType getRowType(

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202359820 --- Diff: sql/storm-sql-runtime/src/test/org/apache/storm/sql/TestUtils.java --- @@ -41,7 +26,46 @@ import java.util.Map; import

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202358383 --- Diff: sql/storm-sql-runtime/src/jvm/org/apache/storm/sql/runtime/datasource/socket/bolt/SocketBolt.java --- @@ -0,0 +1,108 @@ +/* + * Licensed to

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202349103 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/planner/streams/StreamsStormRuleSets.java --- @@ -72,13 +72,13 @@ // merge and push

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202350280 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/planner/streams/rel/StreamsStreamInsertRel.java --- @@ -0,0 +1,82 @@ +/* + * Licensed to the

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202344785 --- Diff: docs/storm-sql.md --- @@ -6,14 +6,14 @@ documentation: true The Storm SQL integration allows users to run SQL queries over streaming data

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202357967 --- Diff: sql/storm-sql-runtime/src/jvm/org/apache/storm/sql/runtime/datasource/socket/bolt/SocketBolt.java --- @@ -0,0 +1,108 @@ +/* + * Licensed to

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2018-07-13 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r202282820 --- Diff: docs/storm-sql-internal.md --- @@ -1,59 +0,0 @@ --- End diff -- I removed the document since it is documented based on

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155672497 --- Diff: sql/storm-sql-runtime/src/jvm/org/apache/storm/sql/runtime/datasource/socket/spout/SocketSpout.java --- @@ -26,59 +27,61 @@ import

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155661686 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/compiler/CompilerUtil.java --- @@ -117,9 +138,21 @@ public TableBuilderInfo

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155656225 --- Diff: sql/storm-sql-external/storm-sql-hdfs/src/test/org/apache/storm/sql/hdfs/TestHdfsDataSourcesProvider.java --- @@ -88,46 +90,13 @@ public void

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155655708 --- Diff: sql/storm-sql-external/storm-sql-hdfs/src/test/org/apache/storm/sql/hdfs/TestHdfsDataSourcesProvider.java --- @@ -88,46 +90,13 @@ public void

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155654493 --- Diff: sql/storm-sql-external/storm-sql-hdfs/src/test/org/apache/storm/sql/hdfs/TestHdfsDataSourcesProvider.java --- @@ -88,46 +90,13 @@ public void

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155653625 --- Diff: sql/storm-sql-runtime/src/test/org/apache/storm/sql/TestUtils.java --- @@ -190,363 +191,213 @@ public void open(ChannelContext ctx) {

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155651046 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/calcite/ParallelTable.java --- @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155650878 --- Diff: sql/storm-sql-external/storm-sql-kafka/src/test/org/apache/storm/sql/kafka/TestKafkaDataSourcesProvider.java --- @@ -68,62 +70,13 @@

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155650836 --- Diff: sql/storm-sql-external/storm-sql-hdfs/src/test/org/apache/storm/sql/hdfs/TestHdfsDataSourcesProvider.java --- @@ -88,46 +90,13 @@ public void

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155647898 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/compiler/CompilerUtil.java --- @@ -117,9 +138,21 @@ public TableBuilderInfo parallelismHint(int

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155647861 --- Diff: sql/storm-sql-core/pom.xml --- @@ -66,10 +66,34 @@ calcite-core --- End diff -- Good. Thanks for the reminder. :)

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155647803 --- Diff: sql/storm-sql-core/pom.xml --- @@ -66,10 +66,34 @@ calcite-core ${calcite.version} +

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155646360 --- Diff: sql/storm-sql-core/pom.xml --- @@ -66,10 +66,34 @@ calcite-core --- End diff -- Sure. I didn't mean to say that you

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155646317 --- Diff: sql/storm-sql-runtime/src/jvm/org/apache/storm/sql/runtime/datasource/socket/spout/SocketSpout.java --- @@ -26,59 +27,61 @@ import

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155645948 --- Diff: sql/storm-sql-runtime/src/jvm/org/apache/storm/sql/runtime/datasource/socket/bolt/SocketBolt.java --- @@ -0,0 +1,107 @@ +/* + *

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155644582 --- Diff: sql/storm-sql-external/storm-sql-mongodb/src/jvm/org/apache/storm/sql/mongodb/MongoDataSourcesProvider.java --- @@ -49,53 +46,56 @@ */

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155644012 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/compiler/CompilerUtil.java --- @@ -117,9 +138,21 @@ public TableBuilderInfo

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155643727 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/compiler/CompilerUtil.java --- @@ -89,16 +95,31 @@ public TableBuilderInfo field(String name,

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155643640 --- Diff: sql/storm-sql-core/pom.xml --- @@ -66,10 +66,34 @@ calcite-core ${calcite.version} +

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155643000 --- Diff: sql/storm-sql-core/pom.xml --- @@ -66,10 +66,34 @@ calcite-core --- End diff -- I'll see how the number is

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r154738635 --- Diff: sql/storm-sql-core/pom.xml --- @@ -66,10 +66,34 @@ calcite-core ${calcite.version} +

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155320443 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/calcite/ParallelTable.java --- @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155515549 --- Diff: sql/storm-sql-external/storm-sql-mongodb/src/jvm/org/apache/storm/sql/mongodb/MongoDataSourcesProvider.java --- @@ -49,53 +46,56 @@ */

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155320991 --- Diff: sql/storm-sql-core/pom.xml --- @@ -66,10 +66,34 @@ calcite-core --- End diff -- You might want to reduce the allowed

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155516637 --- Diff: sql/storm-sql-runtime/src/jvm/org/apache/storm/sql/runtime/datasource/socket/bolt/SocketBolt.java --- @@ -0,0 +1,107 @@ +/* + * Licensed to

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155520270 --- Diff: sql/storm-sql-runtime/src/test/org/apache/storm/sql/TestUtils.java --- @@ -190,363 +191,213 @@ public void open(ChannelContext ctx) { }

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155321227 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/compiler/CompilerUtil.java --- @@ -117,9 +138,21 @@ public TableBuilderInfo parallelismHint(int

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155321576 --- Diff: sql/storm-sql-core/src/jvm/org/apache/storm/sql/compiler/CompilerUtil.java --- @@ -89,16 +95,31 @@ public TableBuilderInfo field(String name,

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155514626 --- Diff: sql/storm-sql-external/storm-sql-hdfs/src/test/org/apache/storm/sql/hdfs/TestHdfsDataSourcesProvider.java --- @@ -88,46 +90,13 @@ public void

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155517029 --- Diff: sql/storm-sql-runtime/src/jvm/org/apache/storm/sql/runtime/datasource/socket/spout/SocketSpout.java --- @@ -26,59 +27,61 @@ import

[GitHub] storm pull request #2443: STORM-2406 [Storm SQL] Change underlying API to St...

2017-12-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155515253 --- Diff: sql/storm-sql-external/storm-sql-kafka/src/test/org/apache/storm/sql/kafka/TestKafkaDataSourcesProvider.java --- @@ -68,62 +70,13 @@