successok edited a comment on issue #11221:
URL: https://github.com/apache/druid/issues/11221#issuecomment-835113902


   Here is the spec information: 
   `{
     "type": "kafka",
     "context": {
       "priority": 90,
       "forceTimeChunkLock": true
     },
     "spec": {
       "ioConfig": {
         "type": "kafka",
         "consumerProperties": {
           "bootstrap.servers": "...."
         },
         "topic": "....",
         "inputFormat": {
           "type": "json"
         },
         "useEarliestOffset": true,
         "appendToExisting": true,
         "taskCount": 1,
         "skipOffsetGaps": true,
         "taskDuration": "PT1H",
         "completionTimeout": "PT1H"
       },
       "tuningConfig": {
         "type": "kafka",
         "logParseExceptions": false
       },
       "dataSchema": {
         "dataSource": "bi_data1",
         "granularitySpec": {
           "type": "uniform",
           "queryGranularity": "HOUR",
           "segmentGranularity": "HOUR",
           "rollup": false
         },
         "timestampSpec": {
           "column": "log_time_BI",
           "format": "iso"
         },
         "dimensionsSpec": {
           "dimensions": [
             {
               "type": "long",
               "name": "days_diff"
             },
             {
               "type": "string",
               "name": "action_type"
             },
             {
               "type": "string",
               "name": "adgroup_name"
             },
             {
               "type": "string",
               "name": "adjustADID"
             },
             {
               "type": "string",
               "name": "adjustIDFA"
             },
             {
               "type": "string",
               "name": "adjustLabel"
             },
             {
               "type": "string",
               "name": "adjustTrackerToken"
             },
             {
               "type": "string",
               "name": "agent"
             },
             {
               "type": "string",
               "name": "androidId"
             },
             {
               "type": "string",
               "name": "app"
             }
           ]
         }
       }
     }
   }`
   
   While reproducing the problem ,i find it seems that druid cannot parse 
timestamp correctly from old version spec
   
   
![image](https://user-images.githubusercontent.com/50657384/117527908-f06c0900-b001-11eb-93ba-d5608ac0b44a.png)
   


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to