Explorar el Código

[livy] Fix %table-izing dictionaries

Erick Tryzelaar hace 10 años
padre
commit
a4941271e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/spark/java/livy-repl/src/main/resources/fake_shell.py

+ 1 - 1
apps/spark/java/livy-repl/src/main/resources/fake_shell.py

@@ -248,7 +248,7 @@ def magic_table_convert_map(m):
 
 
         converted_items[key] = value
         converted_items[key] = value
 
 
-    return 'MAP_TYPE', items
+    return 'MAP_TYPE', converted_items
 
 
 
 
 magic_table_types = {
 magic_table_types = {