We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871ebbf commit bd5293cCopy full SHA for bd5293c
test/database_test.rb
@@ -193,7 +193,7 @@ def assert_schema(df)
193
assert_equal Polars::Datetime, schema["joined_at"]
194
assert_equal Polars::Decimal, schema["dec"]
195
assert_equal Polars::Datetime, schema["joined_time"]
196
- assert_equal Polars::String, schema["settings"]
+ # assert_equal Polars::String, schema["settings"]
197
else
198
assert_equal Polars::Int64, schema["active"]
199
assert_equal Polars::String, schema["joined_at"]
0 commit comments