Ack, totally possible that it's a mistake; lemme take a look. J
On Thu, Jan 18, 2018 at 12:09 PM, Michael Linthicum <[email protected]> wrote: > I was trying to set up a DataBaseSource object [1] and ran into an issue. > None of the methods for the builder are marked public except for > inputClass, so none of the methods except for that are accessible. I was > wondering if this was expected behavior due to a reason that isn't > immediately apparent or if this is a bug. At first glance it just looks > like a simple mistake. > > My current workaround is to set up my package namespace as the same as the > DataBaseSource namespace. The type seems to function as intended, so I > don't think keeping the methods private was done to close off some > incomplete code. Thanks. > > [1] https://git-wip-us.apache.org/repos/asf?p=crunch.git;a=b > lob;f=crunch-contrib/src/main/java/org/apache/crunch/contrib > /io/jdbc/DataBaseSource.java;h=2c5d8d55a2812dcfbc32a341f619 > 8eae3a1612dd;hb=590943eaaa75f2297b7a50ab3442c82702cfe131 > >
