Commit 6296cb4
[Forwardport main] Fix @timestamp upgrade issue by adding a version check on skip_list param (opensearch-project#19677)
* Fix @timestamp upgrade issue by adding a version check on skip_list param (bwc) (opensearch-project#19671)
Fixes opensearch-project#19660
Signed-off-by: Asim Mahmood <asim.seng@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Co-authored-by: Sandesh Kumar <sandeshkr419@gmail.com>
(cherry picked from commit 0b6a2c9)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Removed changelog of items part of 3.3.1
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
---------
Signed-off-by: Asim Mahmood <asim.seng@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sandesh Kumar <sandeshkr419@gmail.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>1 parent 24aecf3 commit 6296cb4
File tree
3 files changed
+21
-12
lines changed- server/src
- main/java/org/opensearch/index/mapper
- test/java/org/opensearch/index/mapper
3 files changed
+21
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
852 | 852 | | |
853 | 853 | | |
854 | 854 | | |
855 | | - | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
861 | 863 | | |
862 | | - | |
863 | 864 | | |
864 | 865 | | |
865 | 866 | | |
| |||
Lines changed: 13 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
872 | 882 | | |
873 | 883 | | |
874 | 884 | | |
875 | 885 | | |
876 | | - | |
877 | 886 | | |
878 | 887 | | |
879 | 888 | | |
880 | 889 | | |
881 | | - | |
| 890 | + | |
882 | 891 | | |
883 | 892 | | |
884 | 893 | | |
| |||
892 | 901 | | |
893 | 902 | | |
894 | 903 | | |
895 | | - | |
896 | | - | |
| 904 | + | |
| 905 | + | |
897 | 906 | | |
898 | 907 | | |
899 | 908 | | |
| |||
0 commit comments