Flaugh24 commented on code in PR #178:
URL: https://github.com/apache/ignite-extensions/pull/178#discussion_r985636939
##########
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:
done
##########
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:
done
##########
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:
done
--
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]