gurustron commented on a change in pull request #7628: IGNITE-7609 .NET: 
FieldsQueryCursor should expose data types too
URL: https://github.com/apache/ignite/pull/7628#discussion_r405776537
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/cache/query/PlatformFieldsQueryCursor.java
 ##########
 @@ -22,29 +22,40 @@
 import org.apache.ignite.internal.binary.BinaryRawWriterEx;
 import org.apache.ignite.internal.processors.cache.query.QueryCursorEx;
 import org.apache.ignite.internal.processors.platform.PlatformContext;
+import org.apache.ignite.internal.processors.query.GridQueryFieldMetadata;
 
 import java.util.List;
 
 /**
  * Interop cursor for fields query.
  */
 public class PlatformFieldsQueryCursor extends 
PlatformAbstractQueryCursor<List<?>> {
-    /** Gets field names. */
+    /**
 
 Review comment:
   Auto-formatting by IDE. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to