trinodb / tpch

Port of TPC-H dbgen to Java
44 stars 45 forks source link

Fix invalid lineitem column value #38

Closed wendigo closed 6 months ago

wendigo commented 6 months ago

This is broken as a result of my previous change. Sorry!

wendigo commented 6 months ago

I've tested it using TestDeltaLakeDatabricksCompatibility.testSelectAll which failed previously. It's comparing SELECT * against all TPCH tables so I'm now sure that it's working as expected.

findepi commented 6 months ago

broken as a result of previous

was is a logical merge conflict?

wendigo commented 6 months ago

@findepi no, my poor refactoring skills and lack of coverage