Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#2543] feat(spark-connector): support row-level operations to iceberg Table #2642
[#2543] feat(spark-connector): support row-level operations to iceberg Table #2642
Changes from all commits
b7145a4
35bb0bf
e543cdb
497b1dd
df700cc
1238187
87d6dd9
b49b585
38a069e
6e3fbcb
74c7d2e
03a5b4b
34aa9e4
eeb6318
2d09006
e4ad4d4
9b85805
66f45e6
362acfe
f67d7a6
2a994c7
d549207
c8e8948
b8e61dc
820535d
0bfdaaf
0c16dea
ad98ce3
b273dbc
85f009e
69b440e
99b0909
e84e943
11e94ba
2bd021c
db574da
682b942
a9dcdbc
cfdeb56
0aba061
d0bd521
8a9deab
2390043
c08c195
33e8385
b5cb75f
1232f80
cff3831
fb420d5
1662957
a337e14
a2e8efd
69a7af6
3d494ac
824abe3
015825d
fd37b9c
a6f6402
924b5f0
ba1d2a9
2301e35
8f632cb
4a8072b
bf5a4b7
f225962
c4051e2
1ac625f
22b4afa
71577ed
d64e251
6b16d0a
c319059
8f13efc
509b0d6
d136e7f
7ac1b17
607de86
57b3530
5c6a9ef
57ddb0f
f8a415c
a1b0dee
de462c5
7dca936
8bb51b1
ac93aff
cbd4e0a
e3fcf42
8406bb2
0a8c3e2
297e2fb
82ba37f
d849f56
0275401
b372d1a
6012301
2e5ae32
222bf39
4fc47e5
b64494e
fef3e4d
934885f
5f17a2b
6e260cd
17ddcf0
0b7db9a
d96bc5b
cb5aced
22585a0
c9b4e19
8aab4f1
625ce0b
9633b8f
33a8c60
2645a18
03f64a1
01c3197
685eb5f
8586f08
586cb31
783b682
19331ed
20408a3
2473ffc
25d57d6
254d1b2
85adb65
2eb8bc9
fa56970
7adaa23
7d104cd
eece580
f1e8aaa
f1d2a7f
d56cc48
454e8cc
26b4889
f355fa3
8cc1ad3
cfca204
ea234c2
f4360b4
7d444cc
2798406
174dfd2
e759b46
698c209
1487c97
c7b69fe
8625360
0b6ae79
4f21655
2e690cd
4b699b0
9f90e52
44fb207
ab9e0a3
cac9f7f
b4f293a
0318139
90de5f2
a847328
0628e6b
216d98a
13c6331
57cf7ef
caaaca3
17d02ae
b0eea4c
b633c61
ab09c1d
d4eef71
2ad9aca
d179024
2fcd82d
b21d698
f1b40e9
4df485d
fe409e3
34474b2
a15129a
bd4566e
8c1ed27
1c185a6
cdb31ef
83bc95e
06a4621
e119ca9
889c402
65cd4ff
6e8af10
6a50948
4678e0b
883d848
e3d8baf
d8e87f8
2d021b9
fc09aef
99a339a
69c7321
d51903a
99cbbb3
4f237f2
5b4d1b5
ae75125
6d18ecf
de85245
6c48bce
21ec483
c58cd03
2d6f364
172df2a
565f491
591f1b4
80c9b6b
cd35668
e98e452
5515b62
45099a0
2848dfc
37808ae
99280af
797cb74
939159a
ce33ebd
545b1a1
c84934d
4310826
d20bcbd
419ca58
8e61de3
ae60022
12e540e
22d4dda
8a1fa50
17d720c
cde1cb2
db17806
33af3f9
4baff26
a98739f
0f83832
d6f0b5d
9776c0b
4cf028e
69c4ece
0dfa669
5ae086b
51921e7
7303841
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
GravitinoDriverPlugin
references the scala class, so we need to compile scala classes before java classesThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gradle/gradle#19456 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without this, we will get the error,
bad option: '-target:jvm-1.11'
orbad option: '-target:jvm-1.17'
, seems the only solution would be to force the jvm 8 compatibility.