You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/01/16 14:32:26 UTC

[GitHub] John-Athan commented on issue #6685: Druid Column Type does not get updated

John-Athan commented on issue #6685: Druid Column Type does not get updated 
URL: https://github.com/apache/incubator-superset/issues/6685#issuecomment-454799959
 
 
   Investigating this issue further, the following has been discovered:
   - Superset tells Druid to merge the results of the metadata query into one single result
   - Druid returns a single result, containing an errorMessage ("error:cannot_merge_diff_types") for every field that has more than one type, but also returns a Type for that field
   - Superset ignores the error and uses the returned type
   
   This means that it will take one week (as that is usually the timeframe for the metadata query) until the new field type will be adapted. 
   In our case, this is not an issue. Should I close this issue?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org