Open randerzander opened 3 years ago
Agreed - I think it could also be useful to have some labels that given an idea of what layer of the codebase an issue resides in (i.e. python
, java
), and maybe even some labels for where the issue is in the codebase (for example, dask has labels like dataframe
, delayed
, core
, etc.).
You need specific permissions to add labels, right? If that's the case then probably also a needs triage
label that we could automatically add to certain issue templates.
Ended up adding the discussed labels plus:
meta
for maintenance issues like thishive
for some of the issues we've been getting specific to Hive supportI'm sure there are more that make sense to add, so we can leave this issue up for a while to keep that discussion going.
It'd be useful to have some more labels for classifying issues and PRs.
For example, as more users adopt Dask-SQL for diverse workloads, we see a lot of SQL syntax specific feature requests:
substr vs substring distribute by
It'd be nice to have a "SQL Grammar" label for these.
Another major class could be "Performance": cost-based optimization sorting enhancements