Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.16.0, 1.17.0
Description
To reproduce use the attached file for hive_alltypes.parquet (this is parquet file generated by Hive) and try count on columns c13 - c15. For example,
SELECT count(c13) FROM dfs.tmp.`hive_alltypes.parquet`
Expected result: 3
Actual result: 0
Attachments
Attachments
Issue Links
- links to
Activity
John Andrunas
made changes -
Issue-Comment-Bulk Replace String | [ ~IhorHuzenko ] | [ ~ihuzenko ] |
Arina Ielchiieva
made changes -
Resolution | Fixed [ 1 ] | |
Status | Reviewable [ 10006 ] | Resolved [ 5 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
Arina Ielchiieva
made changes -
Labels | ready-to-commit |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
Arina Ielchiieva
made changes -
Reviewer | Arina Ielchiieva [ arina ] |
Arina Ielchiieva
made changes -
Fix Version/s | 1.18.0 [ 12345459 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
Igor Guzenko
made changes -
Status | In Progress [ 3 ] | Reviewable [ 10006 ] |
Igor Guzenko
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #1955 (Web Link)" [ 183894 ] |
Igor Guzenko
made changes -
Summary | Incorrect COUNT(column) returned for complex types in parquet | Incorrect count() returned for complex types in parquet |
Igor Guzenko
made changes -
Description |
To reproduce use the attached file for {{hive_alltypes.parquet}} (this is parquet file generated by Hive) and try count on columns *c13 - c15.* For example,
{code:sql} SELECT count(c13) FROM dfs.tmp.`` {code} |
To reproduce use the attached file for {{hive_alltypes.parquet}} (this is parquet file generated by Hive) and try count on columns *c13 - c15.* For example,
{code:sql} SELECT count(c13) FROM dfs.tmp.`hive_alltypes.parquet` {code} *Expected result:* {color:green}3 {color} *Actual result:* {color:red}0{color} |
Igor Guzenko
made changes -
Description | To reproduce use the attached file for {{hive_alltypes.parquet}} (this is parquet file generated by Hive) and try count on columns *c13 - c15.* |
To reproduce use the attached file for {{hive_alltypes.parquet}} (this is parquet file generated by Hive) and try count on columns *c13 - c15.* For example,
{code:sql} SELECT count(c13) FROM dfs.tmp.`` {code} |
Arina Ielchiieva
made changes -
Description | To reproduce use the attached file for {{hive_alltypes.parquet}} and try count on columns *c13 - c15.* | To reproduce use the attached file for {{hive_alltypes.parquet}} (this is parquet file generated by Hive) and try count on columns *c13 - c15.* |
Arina Ielchiieva
made changes -
Description |
To reproduce download the attached file for |
To reproduce use the attached file for {{hive_alltypes.parquet}} and try count on columns *c13 - c15.* |
Arina Ielchiieva
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | hive_alltypes.parquet [ 12989188 ] |
Igor Guzenko
created issue -
Merged into master with commit id f1b976126e592c67e5de2448573c6172e74ee763.