[
https://issues.apache.org/jira/browse/DRILL-7829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258917#comment-17258917
]
Vitalii Diravka commented on DRILL-7829:
----------------------------------------
Before fix:
{code:sql}
apache drill> select * from dfs.`/tmp/parquet/drill/parquet_test_file_simple`;
Error: SYSTEM ERROR: NoSuchMethodError:
java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer;
Fragment 0:0
Please, refer to logs for more information.
[Error Id: 69be66d8-9f87-4bcc-ab58-231feb8bc317 on vitalii-UX331UN:31010]
(state=,code=0)
{code}
After fix:
{code:sql}
Apache Drill 1.19.0-SNAPSHOT
"Start your SQL engine."
apache drill> select _UUID from
dfs.`/tmp/parquet/drill/parquet_test_file_simple`;
+------------------------------------------------------------------+
| _UUID |
+------------------------------------------------------------------+
| \x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01 |
| \x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01 |
| \x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01 |
+------------------------------------------------------------------+
3 rows selected (2.203 seconds)
{code}
> Drill Parquet UUID logical type
> -------------------------------
>
> Key: DRILL-7829
> URL: https://issues.apache.org/jira/browse/DRILL-7829
> Project: Apache Drill
> Issue Type: Improvement
> Components: Storage - Parquet
> Affects Versions: 1.17.0
> Reporter: Vitalii Diravka
> Assignee: Vitalii Diravka
> Priority: Major
> Labels: UUID, parquet
> Fix For: 1.19.0
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> The parquet-format project introduced a new UUID logical type in version 2.4:
> [https://github.com/apache/parquet-format/blob/master/CHANGES.md]
> parquet-mr implemented it too.
> Need to add to Drill
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)