comphead commented on code in PR #2943:
URL: https://github.com/apache/datafusion-comet/pull/2943#discussion_r2641895171
##########
spark/src/test/scala/org/apache/comet/CometFuzzTestBase.scala:
##########
@@ -35,12 +35,15 @@ import org.apache.spark.sql.execution.SparkPlan
import org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper
import org.apache.spark.sql.internal.SQLConf
-import org.apache.comet.testing.{DataGenOptions, ParquetGenerator,
SchemaGenOptions}
+import org.apache.comet.testing.{DataGenOptions, FuzzDataGenerator,
ParquetGenerator, SchemaGenOptions}
class CometFuzzTestBase extends CometTestBase with AdaptiveSparkPlanHelper {
var filename: String = null
+ /** Filename for data file with deeply nested complex types */
+ var complexTypesFilename: String = null
Review Comment:
would be great to add if this filename is input or output or temp location?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]