Issue Details (XML | Word | Printable)

Key: HADOOP-2823
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Amareshwari Sriramadasu
Reporter: Amareshwari Sriramadasu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

SimpleCharStream.getColumn(), getLine() methods to be removed.

Created: 14/Feb/08 05:45 AM   Updated: 21/May/08 08:05 PM
Component/s: record
Affects Version/s: None
Fix Version/s: 0.17.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works patch-2823.txt 2008-03-20 05:26 AM Amareshwari Sriramadasu 0.7 kB

Hadoop Flags: Incompatible change
Release Note:
The deprecated methods in org.apache.hadoop.record.compiler.generated.SimpleCharStream :
public int getColumn()
and public int getLine() are removed
Resolution Date: 24/Mar/08 05:13 AM


 Description  « Hide
SimpleCharStream.getColumn(), getLine() methods need to be removed, as they are deprecated

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Amareshwari Sriramadasu added a comment - 20/Mar/08 05:26 AM
Patch removes deprecated methods.

Hadoop QA added a comment - 20/Mar/08 06:45 PM
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12378298/patch-2823.txt
against trunk revision 619744.

@author +1. The patch does not contain any @author tags.

tests included -1. The patch doesn't appear to include any new or modified tests.
Please justify why no tests are needed for this patch.

javadoc +1. The javadoc tool did not generate any warning messages.

javac +1. The applied patch does not generate any new javac compiler warnings.

release audit +1. The applied patch does not generate any new release audit warnings.

findbugs +1. The patch does not introduce any new Findbugs warnings.

core tests -1. The patch failed core unit tests.

contrib tests +1. The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2015/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2015/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2015/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2015/console

This message is automatically generated.


Amareshwari Sriramadasu added a comment - 24/Mar/08 04:12 AM
Test failure is due to time out. That is not related to the patch. All tests passed on my machine.

Devaraj Das added a comment - 24/Mar/08 05:13 AM
I just committed this. Thanks, Amareshwari!

Hudson added a comment - 24/Mar/08 12:22 PM

Robert Chansler added a comment - 14/Apr/08 04:30 PM
Noted as incompatible in changes.txt

Amareshwari Sriramadasu added a comment - 17/Apr/08 09:17 AM
The deprecated methods in org.apache.hadoop.record.compiler.generated.SimpleCharStream :
public int getColumn()
and public int getLine() are removed