-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from ChinthapallyAkanksha/spark-3.3
Updated Quenya-Dsl to support special characters for spark-3.3 branch
- Loading branch information
Showing
11 changed files
with
245 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
age,LastName,nameOne,nickNames,race,weapon | ||
3500,Olórin,Mithrandir,Gandalf the Grey,Maiar,Glamdring | ||
3500,Olórin,Mithrandir,Gandalf the Grey,Maiar,Narya | ||
3500,Olórin,Mithrandir,Gandalf the Grey,Maiar,Wizard Staff | ||
3500,Olórin,Mithrandir,Gandalf the Grey,Maiar,Glamdring | ||
3500,Olórin,Mithrandir,Gandalf the Grey,Maiar,Narya | ||
3500,Olórin,Mithrandir,Gandalf the Grey,Maiar,Wizard Staff | ||
4500,"",Ilmarë,"",Ainur,Powers of the Ainur | ||
3500,"",Morgoth,Bauglir,Ainur,Powers of the Ainur | ||
3500,"",Morgoth,Bauglir,Ainur,Grond | ||
3500,"",Morgoth,Bauglir,Ainur,Mace | ||
3500,"",Morgoth,Bauglir,Ainur,Sword | ||
3500,"",Manwë,"King of Arda,",Ainur,Powers of the Ainur | ||
3500,"",Manwë,"King of Arda,",Ainur,Powers of the Ainur |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"Coffee": { | ||
"sub region": [ | ||
{ | ||
"id": 1, | ||
"full name": "John Doe" | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Don Joeh" | ||
} | ||
], | ||
"country": { | ||
"id": 2, | ||
"company": "ACME" | ||
} | ||
}, | ||
"brewing": { | ||
"sub-region": [ | ||
{ | ||
"id": 1, | ||
"name": "John Doe" | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Don Joeh" | ||
} | ||
], | ||
"world:country": { | ||
"id": 2, | ||
"company": "ACME" | ||
} | ||
}, | ||
"brewing2": { | ||
"sub;region": [ | ||
{ | ||
"id": 1, | ||
"name": "John Doe" | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Don Joeh" | ||
} | ||
], | ||
"world;country": { | ||
"id": 2, | ||
"company": "ACME" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file added
BIN
+40 Bytes
...plexData.parquet/.part-00000-f0e17416-ae5a-4295-9514-c1c7010257da-c000.snappy.parquet.crc
Binary file not shown.
Empty file.
Binary file added
BIN
+3.65 KB
...a/complexData.parquet/part-00000-f0e17416-ae5a-4295-9514-c1c7010257da-c000.snappy.parquet
Binary file not shown.
Oops, something went wrong.