mbutrovich commented on code in PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#discussion_r2031446693
########## spark/src/main/scala/org/apache/comet/testing/ParquetGenerator.scala: ########## @@ -205,6 +212,11 @@ object ParquetGenerator { Range(0, numRows).map(_ => new java.sql.Date(1716645600011L + r.nextInt())) case DataTypes.TimestampType => Range(0, numRows).map(_ => new Timestamp(1716645600011L + r.nextInt())) + case DataTypes.TimestampNTZType => Review Comment: Do we know what this magic number is? If so could we define it as a variable? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org