Github user watermen commented on the pull request:
https://github.com/apache/spark/pull/13321#issuecomment-222039122
@cloud-fan I found this bug when I run
```sql
SELECT COUNT(*) FROM bucketed_table;
```
and the sql below also can't be benefited from bucketing but it's right.
```sql
SELECT i, j, k FROM bucketed_table;
```
I think we should support legal syntax on every table. When the columns
going to be read include all bucket columns, we can benefit from bucketing. But
others, we should still get the right result. Sometimes, user may delete the
origin table, and only keep the bucketed table.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]