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

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

                Author: ASF GitHub Bot
            Created on: 31/Oct/19 21:01
            Start Date: 31/Oct/19 21:01
    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_r341356298
 
 

 ##########
 File path: 
gobblin-data-management/src/main/java/org/apache/gobblin/data/management/conversion/hive/converter/AbstractAvroToOrcConverter.java
 ##########
 @@ -85,6 +86,7 @@
    * Subdirectory within destination ORC table directory to publish data
    */
   private static final String PUBLISHED_TABLE_SUBDIRECTORY = "final";
+  public static final String OUTPUT_AVRO_SCHEMA_KEY = "output.avro.schema";
 
 Review comment:
   Does it need to be public static ? Limit access modifiers so that it won't 
be accidentally touched by irrelevant constructs in the future.  
 
----------------------------------------------------------------
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: 337043)
    Time Spent: 1h 10m  (was: 1h)

> 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: 1h 10m
>  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