This reminds me that some methods in DataType class are still backend
specific.

On Tue, Jul 22, 2008 at 3:32 AM, Alan Gates <[EMAIL PROTECTED]> wrote:

> Over the weekend I moved a bunch of code around in the types branch.
>  During development much of the code had grown here and there without
> sufficient attention to where packages actually belonged.  So, I've
> corrected that.
>
> impl/mapReduceLayer has moved to
> backend/hadoop/executionengine/mapReduceLayer, since it is hadoop specific.
> impl/physicalLayer has similarly moved to
> backend/hadoop/executionengine/physicalLayer.
> impl/logicalLayer/LogToPhyTranslator.java has been moved into the
> physicalLayer package, since it is backend specific.
> impl/plan/MultiMap.java has moved into impl/util since it is generic.
>
> Now, hopefully, all backend specific functionality is once again under
> backend and everything under impl and data are generic.
>
> Alan.
>

Reply via email to