[
https://issues.apache.org/jira/browse/HADOOP-16908?focusedWorklogId=697766&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-697766
]
ASF GitHub Bot logged work on HADOOP-16908:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 17/Dec/21 07:52
Start Date: 17/Dec/21 07:52
Worklog Time Spent: 10m
Work Description: virajjasani commented on pull request #3789:
URL: https://github.com/apache/hadoop/pull/3789#issuecomment-996509081
@aajisaka The spotbug warning is relevant to the `READER` that we removed in
the recent change and according to spotbugs, we can remove one more boolean
param `atEnd` from static class `ProvidedBlockIteratorState`. This field is
already annotated with `@JsonProperty`, hence I believe it's removal can be a
separate task if required and we might not need to take it up with this PR.
```
@JsonProperty
private boolean atEnd;
```
Does it sound good to you?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 697766)
Time Spent: 3h (was: 2h 50m)
> Prune Jackson 1 from the codebase and restrict it's usage for future
> --------------------------------------------------------------------
>
> Key: HADOOP-16908
> URL: https://issues.apache.org/jira/browse/HADOOP-16908
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Wei-Chiu Chuang
> Assignee: Viraj Jasani
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3h
> Remaining Estimate: 0h
>
> The jackson 1 code has silently creeped into the Hadoop codebase again. We
> should prune them out.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]