Omega359 commented on PR #14824:
URL: https://github.com/apache/datafusion/pull/14824#issuecomment-2682103367

   > anyone familiar with sqlite test?
   > 
   > I update test with `--complete`, ends up the format like what we have in 
datafusion `0 Null` and not
   > 
   > ```
   > 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
   > ```
   > 
   > ![Screenshot 2025-02-25 at 6 02 34 
PM](https://private-user-images.githubusercontent.com/15869383/416626343-9427b840-8cca-4fc7-b50c-5c83083057d0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDA0OTI2NjEsIm5iZiI6MTc0MDQ5MjM2MSwicGF0aCI6Ii8xNTg2OTM4My80MTY2MjYzNDMtOTQyN2I4NDAtOGNjYS00ZmM3LWI1MGMtNWM4MzA4MzA1N2QwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMjUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjI1VDE0MDYwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY4OWRlNjdkMGRhZDU0MTliMjI4MmMyOWJkMTg3YWViY2I1YmU3ZTE3MGY1NjIzMjM2ZmQzYmEwZWFkYTAyYmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._4Swxg3grsVXNF29p1pw2uMgS_9sHk0BcDtXoVnzWHg)
   > 
   > @Omega359 Have you experienced similar issue before?
   
   Is this to just get the tests passing for now by having those failures be 
ignored? Otherwise I am unsure why you would want to regenerate the results ... 
were they not correct 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: 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

Reply via email to