trinodb / tpch

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

Add toString method to all entities (#10) #25

Closed rmetzger closed 6 months ago

cla-bot[bot] commented 4 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla.

rmetzger commented 4 years ago

I'm happy to fill an ICLA once somebody confirmed that this change is wanted.

wendigo commented 6 months ago

This is now implemented as a side-effect of converting entities to Java records. Closing.