github.com/fraugster/parquet-go@v0.12.0/.github/ISSUE_TEMPLATE/bug_report.md (about)

     1  ---
     2  name: Bug report
     3  about: Create a report to help us improve
     4  title: ''
     5  labels: ''
     6  assignees: ''
     7  
     8  ---
     9  
    10  **Describe the bug**
    11  A clear and concise description of what the bug is.
    12  
    13  **Unit test to reproduce**
    14  Please provide a unit test, either as a patch or text snippet or link to your fork. If you can't isolate it into a unit test then please provide steps to reproduce.
    15  
    16  **parquet-go specific details**
    17   - What version are you using? 0.9.0?
    18   - Can this be reproduced in earlier versions?
    19  
    20  **Misc Details**
    21   - Are you using AWS Athena, Google BigQuery, presto... ? 
    22   - Any other relevant details... how big are the files / rowgroups you're trying to read/write?
    23   - Does this behavior exist in other implementations? (link to spec/implementation please)
    24   - Do you have memory stats to share? 
    25   - Can you provide a stacktrace?
    26   - Can you upload a test file?