forked from apache/iceberg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github: Add issue form (apache#4867)
- Loading branch information
Showing
3 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
name: Iceberg Bug report 🐞 | ||
description: Problems, bugs and issues with Apache Iceberg | ||
labels: ["kind:bug"] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Apache Iceberg version | ||
description: What Apache Iceberg version are you using? | ||
multiple: false | ||
options: | ||
- "0.14.0 (latest release)" | ||
- "0.13.1" | ||
- "0.13.0" | ||
- "0.12.1" | ||
- "0.12.0" | ||
- "0.11.1" | ||
- "0.11.0" | ||
- "main (development)" | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Query engine | ||
description: Which query engine? | ||
multiple: false | ||
options: | ||
- Spark | ||
- Trino | ||
- Starburst | ||
- Snowflake | ||
- Dremio | ||
- Starrocks | ||
- Doris | ||
- EMR | ||
- Athena | ||
- PrestoDB | ||
- Flink | ||
- Impala | ||
- Hive | ||
- Other | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Please describe the bug 🐞 | ||
description: > | ||
Please describe the problem, what to expect, and how to reproduce. | ||
Feel free to include stacktraces and the Iceberg catalog configuration. | ||
You can include files by dragging and dropping them here. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Iceberg Improvement / Feature Request | ||
description: New features with Apache Iceberg | ||
labels: ["kind:feature request"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Feature Request / Improvement | ||
description: Please describe the feature and elaborate on the use case and motivation behind it | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Query engine | ||
description: Which query engine? | ||
multiple: false | ||
options: | ||
- Spark | ||
- Trino | ||
- Starburst | ||
- Snowflake | ||
- Dremio | ||
- Starrocks | ||
- Doris | ||
- EMR | ||
- Athena | ||
- PrestoDB | ||
- Flink | ||
- Impala | ||
- Hive | ||
- Other | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Iceberg Question | ||
description: Questions around Apache Iceberg | ||
labels: ["kind:question"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "Feel free to ask your question on [Slack](https://join.slack.com/t/apache-iceberg/shared_invite/zt-tlv0zjz6-jGJEkHfb1~heMCJA3Uycrg) as well." | ||
- type: textarea | ||
attributes: | ||
label: Query engine | ||
description: Which query engine (Flink, Spark, EMR, etc) are you using? | ||
- type: textarea | ||
attributes: | ||
label: Question | ||
description: What is your question? | ||
validations: | ||
required: true |