-
Notifications
You must be signed in to change notification settings - Fork 245
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
fix build warning messages #2277
Open
cogross
wants to merge
1
commit into
integration
Choose a base branch
from
2261-fix-build-warning
base: integration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
keith-ratcliffe
requested changes
Feb 14, 2024
...vices/cached-results/src/main/java/datawave/webservice/results/cached/CachedResultsBean.java
Outdated
Show resolved
Hide resolved
...house/ingest-core/src/main/java/datawave/ingest/mapreduce/job/MultiRFileOutputFormatter.java
Outdated
Show resolved
Hide resolved
warehouse/ingest-json/src/main/java/datawave/ingest/json/config/helper/JsonDataTypeHelper.java
Outdated
Show resolved
Hide resolved
warehouse/ingest-json/src/main/java/datawave/ingest/json/config/helper/JsonDataTypeHelper.java
Outdated
Show resolved
Hide resolved
5c439b7
to
af88dc7
Compare
keith-ratcliffe
previously approved these changes
Feb 15, 2024
af88dc7
to
4428223
Compare
avgAGB
previously approved these changes
Feb 16, 2024
4fd7e94
to
280403a
Compare
57b4780
to
ee4b108
Compare
mineralntl
previously approved these changes
Feb 28, 2024
ee4b108
to
3336b96
Compare
2da441a
to
3609a63
Compare
8e9f7e7
to
af8c162
Compare
49a14e5
to
899c76f
Compare
052b963
to
8f1af1f
Compare
68532dd
to
dc3af55
Compare
106029a
to
01b3630
Compare
01b3630
to
2169edb
Compare
36a0d1d
to
a302245
Compare
d59298e
to
a6a1046
Compare
avgAGB
approved these changes
Jan 24, 2025
174d1fa
to
c906b0a
Compare
d281bf5
to
c3e88b3
Compare
c3e88b3
to
fb80227
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
clears up a number of simple warnings that occur during the build.
(another ticket will cover more of the complex ones that would need a bit of refactoring)