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
Add feature to ignore Iceberg tables #185
Add feature to ignore Iceberg tables #185
Changes from 59 commits
8a00255
6baeee4
7090dc4
0f99aa6
9bbd52d
1e339c9
62c68d5
b6c718f
c5ad343
fd454a8
e41ac6c
a2939d5
223e086
1f6e360
1905b0a
efca2c9
d16bc0a
9bf7248
4c45de2
61c2f88
4e0b82b
e548873
8b1ca85
631502b
c1a7c96
90c2871
45fcc26
06914d1
a09e9f1
8c1ce38
33a22c1
a4b896a
1be81b8
66ad261
0948aea
ed8745f
1047c57
eb13799
812565e
26b404c
101ab88
c646650
e71a5ae
eea8403
95e6c64
804be2f
ae26519
c2e0b3f
07174b2
58c6e65
a32e9d0
9a93bd7
db1352a
f300e60
bacd477
04bb806
f94ba5d
1206eb8
5517c7f
e66982e
5e67a64
a65f066
fd6bd88
026e769
070b34d
1418f1b
b80e71d
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.
nit: Maybe using
IllegalStateException
would have been clearer.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.
We are purposely using a custom exception to handle the exception in the main class later on.