kazuyukitanimura commented on issue #1067:
URL: 
https://github.com/apache/datafusion-comet/issues/1067#issuecomment-2479700444

   Related 
   
https://github.com/apache/datafusion-comet/blob/main/spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala#L122
   
   ```scala
     test("basic data type support") {
       Seq(true, false).foreach { dictionaryEnabled =>
         withTempDir { dir =>
           val path = new Path(dir.toURI.toString, "test.parquet")
           makeParquetFileAllTypes(path, dictionaryEnabled = dictionaryEnabled, 
10000)
           withParquetTable(path.toString, "tbl") {
             // TODO: enable test for unsigned ints
             checkSparkAnswerAndOperator(
               "select _1, _2, _3, _4, _5, _6, _7, _8, _13, _14, _15, _16, _17, 
" +
                 "_18, _19, _20 FROM tbl WHERE _2 > 100")
           }
         }
       }
     }
   ```


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

Reply via email to