-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Percent encode opensearch index name (#2564)
* percent encode opensearch index name Signed-off-by: Sean Kao <[email protected]> * spec test vacuum Signed-off-by: Sean Kao <[email protected]> * spotlessApply Signed-off-by: Sean Kao <[email protected]> --------- Signed-off-by: Sean Kao <[email protected]> (cherry picked from commit e17962f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
11195ee
commit d145cf6
Showing
7 changed files
with
199 additions
and
6 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
23 changes: 23 additions & 0 deletions
23
spark/src/test/resources/flint-index-mappings/0.1.1/flint_special_character_index.json
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,23 @@ | ||
{ | ||
"_meta": { | ||
"kind": "skipping", | ||
"indexedColumns": [ | ||
{ | ||
"columnType": "int", | ||
"kind": "VALUE_SET", | ||
"columnName": "status" | ||
} | ||
], | ||
"name": "flint_mys3_default_test%20%2c%3a%22%2b%2f%5c%7c%3f%23%3e%3c_skipping_index", | ||
"options": {}, | ||
"source": "mys3.default.`test ,:\"+/\\|?#><`", | ||
"version": "0.1.0", | ||
"properties": { | ||
"env": { | ||
"SERVERLESS_EMR_VIRTUAL_CLUSTER_ID": "00fd777k3k3ls20p", | ||
"SERVERLESS_EMR_JOB_ID": "00fdmvv9hp8u0o0q" | ||
} | ||
}, | ||
"latestId": "ZmxpbnRfbXlzM19kZWZhdWx0X3Rlc3QlMjAlMmMlM2ElMjIlMmIlMmYlNWMlN2MlM2YlMjMlM2UlM2Nfc2tpcHBpbmdfaW5kZXg=" | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
spark/src/test/resources/flint-index-mappings/flint_special_character_index.json
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,22 @@ | ||
{ | ||
"_meta": { | ||
"kind": "skipping", | ||
"indexedColumns": [ | ||
{ | ||
"columnType": "int", | ||
"kind": "VALUE_SET", | ||
"columnName": "status" | ||
} | ||
], | ||
"name": "flint_mys3_default_test%20%2c%3a%22%2b%2f%5c%7c%3f%23%3e%3c_skipping_index", | ||
"options": {}, | ||
"source": "mys3.default.`test ,:\"+/\\|?#><`", | ||
"version": "0.1.0", | ||
"properties": { | ||
"env": { | ||
"SERVERLESS_EMR_VIRTUAL_CLUSTER_ID": "00fd777k3k3ls20p", | ||
"SERVERLESS_EMR_JOB_ID": "00fdmvv9hp8u0o0q" | ||
} | ||
} | ||
} | ||
} |