jayzhan211 commented on PR #14824:
URL: https://github.com/apache/datafusion/pull/14824#issuecomment-2681422325
anyone familiar with sqlite test?
I update test with `--complete`, ends up the format like what we have in
datafusion `0 Null`.
But execute it again comes out error
```
External error: query result mismatch:
[SQL] SELECT ALL - + COUNT ( * ) * + + 51 AS col2, - CAST ( NULL AS INTEGER
) FROM tab0 AS cor0 WHERE NULL <> - col0
[Diff] (-expected|+actual)
0 NULL
at ../../datafusion-testing/data/sqlite/index/random/1000/slt_good_0.slt:6333
External error: query result mismatch:
[SQL] SELECT DISTINCT - COUNT ( * ), CAST ( NULL AS INTEGER ) FROM tab0 AS
cor0 WHERE NOT NULL IS NULL
[Diff] (-expected|+actual)
0 NULL
at ../../datafusion-testing/data/sqlite/index/random/1000/slt_good_7.slt:7248
External error: query result mismatch:
[SQL] SELECT DISTINCT 99, + 16 * + + 75 AS col3 FROM tab0 WHERE + 15 IS NOT
NULL
[Diff] (-expected|+actual)
99 1200
at
../../datafusion-testing/data/sqlite/index/random/1000/slt_good_8.slt:21878
```

@Omega359 Have you experienced similar issue before?
--
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]