Skip to content

Commit

Permalink
[WAYANG-#8] move old code to folder out of the current pywy
Browse files Browse the repository at this point in the history
Signed-off-by: bertty <[email protected]>
  • Loading branch information
Bertty Contreras-Rojas authored and berttty committed Apr 8, 2022
1 parent 553d492 commit d997405
Show file tree
Hide file tree
Showing 21 changed files with 15 additions and 19 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

from pywy.old_graph.node import Node
from old_code.old_graph.node import Node
import logging


Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

from pywy.old_graph.visitant import Visitant
from old_code.old_graph.visitant import Visitant
import logging


Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# limitations under the License.
#

from pywy.orchestrator.operator import Operator
from pywy.old_graph.graph import Graph
from pywy.old_graph.traversal import Traversal
from pywy.translate.protobuf.planwriter import MessageWriter
from old_code.orchestrator.operator import Operator
from old_code.old_graph.graph import Graph
from old_code.old_graph.traversal import Traversal
from old_code.protobuf.planwriter import MessageWriter
import itertools
import collections
import logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# limitations under the License.
#

from pywy.orchestrator.plan import Descriptor
from pywy.orchestrator.dataquanta import DataQuantaBuilder
from old_code.orchestrator.plan import Descriptor
from old_code.orchestrator.dataquanta import DataQuantaBuilder
import datetime


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
# limitations under the License.
#

from pywy.orchestrator.plan import Descriptor
from pywy.orchestrator.dataquanta import DataQuantaBuilder
import datetime
from old_code.orchestrator.plan import Descriptor
from old_code.orchestrator.dataquanta import DataQuantaBuilder


# Returns the Sink Executable Dataquanta of a DEMO plan
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

import pickle
import cloudpickle
from pywy.config.config_reader import get_source_types
from pywy.config.config_reader import get_sink_types
from pywy.config.config_reader import get_boundary_types
from old_code.config.config_reader import get_source_types
from old_code.config.config_reader import get_sink_types
from old_code.config.config_reader import get_boundary_types
import logging

pickle_protocol = pickle.HIGHEST_PROTOCOL
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

import pywy.translate.protobuf.pywayangplan_pb2 as pwb
import old_code.protobuf.pywayangplan_pb2 as pwb
import os
import cloudpickle
import logging
Expand Down
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
import unittest
from pywy.orchestrator.plan import Descriptor
from pywy.orchestrator.dataquanta import DataQuantaBuilder

#

def test_most_basic(self):
descriptor = Descriptor()
Expand Down

0 comments on commit d997405

Please sign in to comment.