AMashenkov commented on code in PR #1257:
URL: https://github.com/apache/ignite-3/pull/1257#discussion_r1007828950


##########
modules/api/src/main/java/org/apache/ignite/sql/ResultSetImpl.java:
##########
@@ -15,25 +15,21 @@
  * limitations under the License.
  */
 
-package org.apache.ignite.internal.sql;
+package org.apache.ignite.sql;

Review Comment:
   I've changed class visibility to package-private. 
   Otherwise, we would have few copies of the same class in project. However, 
the class is just a sync adapter for async result set and provides no 
additional logic.



-- 
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]

Reply via email to