Uh oh!
There was an error while loading. Please reload this page.
[SPARK-13493][SQL] Enable case sensitiveness in json schema inference. - #11420
[SPARK-13493][SQL] Enable case sensitiveness in json schema inference.#11420zuowang wants to merge 1 commit into
Conversation
zuowang
commented
Mar 1, 2016
What would be the case like in CSV? I don't think anybody want to conbine "user" and "User" column when "caseSensitiveAnalysis" is false. scala> jsonDF.show |
Pass "caseSensitiveAnalysis" to InferSchema. Change field name to lowercase when "caseSensitiveAnalysis" is false. Add new test case in DataFrameSuite.
7c76be4 to
fe17374Compare@rxin Currently, do we have any policy to handle case-sensitivity inside spark? e.g., |
AmplabJenkins
commented
Jun 11, 2017
Can one of the admins verify this patch? |
gatorsmile
commented
Jun 12, 2017
@maropu Yes. We need to consider case sensitivity for the built-in data sources at least. |
gatorsmile
commented
Jun 12, 2017
maropu
commented
Jun 12, 2017
I'm not, so it's okay to do so. |
zuowang
commented
Jun 14, 2017
I'm not, could you work to resolve it? |
HyukjinKwon
commented
Jun 19, 2017
Let's close this if it is not in a progress. |
gatorsmile
commented
Jun 27, 2017
We are closing it due to inactivity. please do reopen if you want to push it forward. Thanks! |
## What changes were proposed in this pull request? This PR proposes to close stale PRs, mostly the same instances with apache#18017 I believe the author in apache#14807 removed his account. Closesapache#7075Closesapache#8927Closesapache#9202Closesapache#9366Closesapache#10861Closesapache#11420Closesapache#12356Closesapache#13028Closesapache#13506Closesapache#14191Closesapache#14198Closesapache#14330Closesapache#14807Closesapache#15839Closesapache#16225Closesapache#16685Closesapache#16692Closesapache#16995Closesapache#17181Closesapache#17211Closesapache#17235Closesapache#17237Closesapache#17248Closesapache#17341Closesapache#17708Closesapache#17716Closesapache#17721Closesapache#17937 Added: Closesapache#14739Closesapache#17139Closesapache#17445Closesapache#18042Closesapache#18359 Added: Closesapache#16450Closesapache#16525Closesapache#17738 Added: Closesapache#16458Closesapache#16508Closesapache#17714 Added: Closesapache#17830Closesapache#14742 ## How was this patch tested? N/A Author: hyukjinkwon <gurwls223@gmail.com> Closesapache#18417 from HyukjinKwon/close-stale-pr.
What changes were proposed in this pull request?
Pass "caseSensitiveAnalysis" to InferSchema. Change field name to lowercase when "caseSensitiveAnalysis" is false.
How was this patch tested?
Add new test case in DataFrameSuite.