Pārlūkot izejas kodu

[beeswax] Remove dead comments

Erick Tryzelaar 11 gadi atpakaļ
vecāks
revīzija
878fd240f8

+ 0 - 1
apps/beeswax/src/beeswax/server/hive_server2_lib.py

@@ -683,7 +683,6 @@ class ResultCompatible:
 class PartitionKeyCompatible:
 
   def __init__(self, name, type, comment):
-    # Parses: ['name:datehour, type:int, comment:null']
     self.name = name
     self.type = type
     self.comment = comment

+ 0 - 1
apps/beeswax/src/beeswax/tests.py

@@ -1889,7 +1889,6 @@ class TestHiveServer2API():
                     ['comment', 'null)'],
                     ['FieldSchema(name', 'decimal'],
                     ['type', 'decimal(9'],
-                    #['7)'],
                     ['comment', 'this'],
                     ['has extra', ' sigils)'],
                     ['FieldSchema(name', 'complex'],