Explorar el Código

HUE-8390 [hive] Rename getStatus() to get_status()

Romain hace 5 años
padre
commit
0faba5c6e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/beeswax/src/beeswax/server/dbms.py

+ 1 - 1
apps/beeswax/src/beeswax/server/dbms.py

@@ -1179,7 +1179,7 @@ class HiveServer2Dbms(object):
     )
 
 
-  def getStatus(self):
+  def get_status(self):
     return self.client.getStatus()