You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/01 10:03:00 UTC

[jira] [Commented] (HUDI-83) Map Timestamp type in spark to corresponding Timestamp type in Hive during Hive sync

    [ https://issues.apache.org/jira/browse/HUDI-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391129#comment-17391129 ] 

ASF GitHub Bot commented on HUDI-83:
------------------------------------

cdmikechen opened a new pull request #3378:
URL: https://github.com/apache/hudi/pull/3378


   ## What is the purpose of the pull request
   
   This pull request let hive can read timestamp type column datas correctly.
   
   The problem was initially related to JIRA [HUDI-83](https://issues.apache.org/jira/browse/HUDI-83) and related issues on issue https://github.com/apache/hudi/issues/2544
   
   ## Brief change log
    
   -  Change `HoodieParquetInputFormat` to use a custom `ParquetInputFormat` named `HudiAvroParquetInputFormat`
   - In `HudiAvroParquetInputFormat` we use a custom `RecordReader` named `HudiAvroParquetReader`. In this class we use `AvroReadSupport` so that Hive can get parquet data with an avro GenericRecord.
   - Use `org.apache.hudi.hadoop.utils.HoodieRealtimeRecordReaderUtils.avroToArrayWritable` to transform GenericRecord to ArrayWriteable. At the same time, timestamp processing for different situations of hive2 and hive3 is added to this method.
   
   ## Verify this pull request
   
   This change added tests and can be verified as follows:
   `org.apache.hudi.hadoop.TestHoodieParquetInputFormat.testHoodieParquetInputFormatReadTimestamp`
   
   
   ## Committer checklist
   
    - [x] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Map Timestamp type in spark to corresponding Timestamp type in Hive during Hive sync
> ------------------------------------------------------------------------------------
>
>                 Key: HUDI-83
>                 URL: https://issues.apache.org/jira/browse/HUDI-83
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: Hive Integration, Usability
>    Affects Versions: 0.9.0
>            Reporter: Vinoth Chandar
>            Assignee: cdmikechen
>            Priority: Major
>              Labels: sev:critical, user-support-issues
>             Fix For: 0.9.0
>
>
> [https://github.com/apache/incubator-hudi/issues/543] & related issues 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)