vmware-archive / sql-to-dbsp-compiler

Compiler translating SQL view definitions into DBSP circuits (https://github.com/vmware/database-stream-processor)
Other
28 stars 5 forks source link

Match sqllogictest bugs behavior as well #12

Closed mihaibudiu closed 2 years ago

mihaibudiu commented 2 years ago

Signed-off-by: Mihai Budiu mbudiu@vmware.com In particular, SQLLogicTest sometimes also tests the ODBC driver behavior, not just the query computation behavior. This happens in queries where the output result type is specified to be different than the one actually produced by the query.

mihaibudiu commented 2 years ago

@ryzhyk Maybe you can review the Rust code from the project?