Re: Metadata in SequenceFile

2007-02-05 Thread Doug Cutting
Runping Qi wrote: We should make SequenceFile.Metadata class public. +1 Doug

RE: Metadata in SequenceFile

2007-02-05 Thread Runping Qi
I see your point. We should make SequenceFile.Metadata class public. Runping > -Original Message- > From: Ion Badita [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 03, 2007 10:50 PM > To: [email protected] > Subject: Re: Metadata in SequenceFile >

Re: Metadata in SequenceFile

2007-02-03 Thread Ion Badita
If that is the intention, probable is better to not have public method that need Metadata as parameter (is confusing). Runping Qi wrote: Yes, it is the intention. The Metadata class is an artifact for implementation. The metadata should be accessed through API that are yet to be defined. Runpi

RE: Metadata in SequenceFile

2007-02-03 Thread Runping Qi
: [email protected] > Subject: Metadata in SequenceFile > > Hi, > > Metadata class from SequenceFile class is package protected, it can't be > used outside of package io! That is the intention? > > > John

Metadata in SequenceFile

2007-02-03 Thread ion . badita
Hi, Metadata class from SequenceFile class is package protected, it can't be used outside of package io! That is the intention? John