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:
[email protected]


Reply via email to