Skip to content

Commit

Permalink
Fix the Parquet serializer's auto-fixing of non-string column names
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jun 27, 2024
1 parent 4ce5db7 commit 860282e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/kernel/src/worker-runtime.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,16 @@ at.button[0].click()
await at.run(timeout=10)
`,
},
{
// Checks if the Parquet serializer's auto-fixing of non-string column names works. Ref: https://github.com/whitphx/stlite/issues/978
entrypoint: "layout.columns2.py",
files: {
"layout.columns2.py": path.resolve(
__dirname,
"../../sharing-editor/public/samples/011_component_gallery/pages/layout.columns2.py",
),
},
},
];

suite("Worker intergration test running an app", async () => {
Expand Down
2 changes: 1 addition & 1 deletion streamlit

0 comments on commit 860282e

Please sign in to comment.