-
Updated
Nov 24, 2020 - JavaScript
spark-sql
Here are 357 public repositories matching this topic...
-
Updated
Nov 25, 2020 - Scala
-
Updated
Jun 29, 2020 - Scala
-
Updated
Nov 24, 2020 - Scala
Is your feature request related to a problem? Please describe.
Some areas of the web portal have issues with screen readers. Here are a few examples
Describe the solution you'd like
Improve readability for screen readers across the web portal
-
Updated
Sep 18, 2020 - HTML
-
Updated
Nov 20, 2020
-
Updated
Nov 9, 2020 - Scala
-
Updated
Feb 1, 2019 - TypeScript
-
Updated
Oct 1, 2018 - Scala
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Mar 9, 2020
-
Updated
Jun 25, 2018 - Scala
-
Updated
Oct 13, 2020 - Scala
-
Updated
Aug 12, 2020 - Java
-
Updated
Dec 25, 2019
-
Updated
Dec 19, 2019 - Scala
-
Updated
May 9, 2020 - Java
-
Updated
Feb 27, 2020 - Scala
-
Updated
Mar 2, 2020 - R
-
Updated
Dec 12, 2018 - Python
-
Updated
Sep 7, 2018 - Scala
Improve this page
Add a description, image, and links to the spark-sql topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spark-sql topic, visit your repo's landing page and select "manage topics."
This is more a question than a feature request.
When parsing JSON files, I need to sanitize the field names so
field with spaces
becomesfield_with_spaces
.I want to preserve the original name as well, metadata about the column if you like :)
There is a metadata field on
StructField
, but it is internal.Why is this internal, is it possible or desirable to expose it?