[ 
https://issues.apache.org/jira/browse/GOBBLIN-941?focusedWorklogId=337115&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-337115
 ]

ASF GitHub Bot logged work on GOBBLIN-941:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Nov/19 00:26
            Start Date: 01/Nov/19 00:26
    Worklog Time Spent: 10m 
      Work Description: autumnust commented on pull request #2790: 
[GOBBLIN-941] Enhance DDL to add column and column.types with case-preserving 
schema
URL: https://github.com/apache/incubator-gobblin/pull/2790#discussion_r341415129
 
 

 ##########
 File path: 
gobblin-data-management/src/main/java/org/apache/gobblin/data/management/conversion/hive/query/HiveAvroORCQueryGenerator.java
 ##########
 @@ -202,7 +204,21 @@ public static String generateCreateTableDDL(Schema schema,
     //    .. use columns from destination schema
     if (isEvolutionEnabled || !destinationTableMeta.isPresent()) {
       log.info("Generating DDL using source schema");
+      System.out.println("Generating DDL using source schema");
       ddl.append(generateAvroToHiveColumnMapping(schema, 
Optional.of(hiveColumns), true, dbName + "." + tblName));
+      try {
 
 Review comment:
   Fair enough. Worth to check if the production have schema evolution enabled. 
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 337115)
    Time Spent: 2h 50m  (was: 2h 40m)

> Enhance DDL to add column and column.types with case-preserving schema
> ----------------------------------------------------------------------
>
>                 Key: GOBBLIN-941
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-941
>             Project: Apache Gobblin
>          Issue Type: Task
>            Reporter: Zihan Li
>            Priority: Major
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Enhance DDL to add column and column.types with case-preserving schema which 
> would enforce avro2orc output preserving correct casing



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

Reply via email to