uros-db commented on PR #47525: URL: https://github.com/apache/spark/pull/47525#issuecomment-2260750671
@dongjoon-hyun please try this: ``` test("minimal test") { withTable("tbl") { sql("create table tbl (col string) using parquet") checkAnswer(sql("select count(distinct 1) from tbl"), Row(1)) // wrong } } ``` -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org