You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/11/23 12:31:20 UTC

[GitHub] [hudi] yui2010 commented on pull request #2243: HUDI-1392 lose partition info when using spark parameter basePath

yui2010 commented on pull request #2243:
URL: https://github.com/apache/hudi/pull/2243#issuecomment-732133438


   hi, garyli1019 
       thanks for your review
   1. "getting a basepath instead of basePath in the map"
        the map is a CaseInsensitiveMap (https://github.com/apache/spark/blob/v2.4.4/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/CaseInsensitiveMap.scala) it store lowercase key . it will return correct value when call its get method
   2. "the user defined query type will be replaced by the DEFAULT_QUERY_TYPE_OPT_VAL"
       i missed the logic . and i changed it in translateViewTypesToQueryTypes method


----------------------------------------------------------------
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:
users@infra.apache.org