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 13:53:37 UTC

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

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


   Hi @yui2010 , sorry I am not quite sure if I understand correctly.
   So the problem here is Spark with version lower than 2.4.7 will use Map.get("basePath") but the actual key in the Map has been converted to "basepath". Therefore we need to somehow force Spark to use CaseInsensitiveMap.get("basePath"), and then we will get the correct result. Is that correct?
   If so, how can we do that on the Hudi side?
   


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