sk0x50 commented on code in PR #178:
URL: https://github.com/apache/ignite-extensions/pull/178#discussion_r985440844


##########
modules/spark-3.2-ext/spark-3.2/src/main/scala/org/apache/ignite/spark/impl/QueryUtils.scala:
##########
@@ -26,6 +26,17 @@ import org.apache.spark.sql.types._
   * Utility class for building SQL queries.
   */
 private[impl] object QueryUtils extends Logging {
+    /**
+      * @param str String.

Review Comment:
   This scaladoc does not provide any useful information. Please update.



##########
modules/spark-3.2-ext/spark-3.2/src/main/scala/org/apache/ignite/spark/impl/optimization/accumulator/package.scala:
##########
@@ -0,0 +1,14 @@
+package org.apache.ignite.spark.impl.optimization

Review Comment:
   Please add license header.



##########
modules/spark-3.2-ext/spark-3.2/src/test/scala/org/apache/ignite/spark/IgniteQueryCompilatorSpec.scala:
##########
@@ -0,0 +1,122 @@
+package org.apache.ignite.spark

Review Comment:
   Please add license header



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