瀏覽代碼

[livy] Fix %table-izing dictionaries

Erick Tryzelaar 10 年之前
父節點
當前提交
a4941271e3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 
-    return 'MAP_TYPE', items
+    return 'MAP_TYPE', converted_items
 
 
 magic_table_types = {