ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
4.3k stars 537 forks source link

feat(sql): use `SELECT *` for complete reprojections #9075

Closed kszucs closed 2 weeks ago

kszucs commented 2 weeks ago

Reduce the verbosity of the generated SQL queries by projecting * instead of all of the parent fields.

kszucs commented 2 weeks ago

@cpcloud could you please update the snapshots for the failing backends?

gforsyth commented 2 weeks ago

@cpcloud could you please update the snapshots for the failing backends?

I've got it