Abhi Agarwal

Results 21 comments of Abhi Agarwal

Fyi, qt6 has been accepted into unstable, so stable may be coming soon. https://tracker.debian.org/pkg/qt6-base

this turned out to be way more complicated than I anticipated, as it depends on datafusion updating its pyo3 to 0.21 (tracking apache/arrow-datafusion#9808) and arrow updating (apache/arrow-rs#5566). I patched all...

@ion-elgreco exactly right :) how did you know?

@ion-elgreco yeah, I have 32 tests failing. ``` failures: data_catalog::storage::tests::test_query_table delta_datafusion::expr::test::test_expr_sql delta_datafusion::tests::delta_scan_case_sensitive delta_datafusion::tests::delta_scan_mixed_partition_order delta_datafusion::tests::delta_table_provider_with_config operations::delete::tests::test_delete_nested operations::delete::tests::test_delete_null operations::delete::tests::test_delete_on_mixed_columns operations::delete::tests::test_delete_on_nonpartition_column operations::delete::tests::test_delete_on_partition_column operations::merge::tests::test_merge operations::merge::tests::test_merge_case_sensitive operations::merge::tests::test_merge_delete_matched operations::merge::tests::test_merge_delete_not_matched operations::merge::tests::test_merge_empty_table operations::merge::tests::test_merge_no_alias operations::merge::tests::test_merge_partition_filtered operations::merge::tests::test_merge_partitions operations::merge::tests::test_merge_partitions_skipping operations::merge::tests::test_merge_pushdowns operations::merge::tests::test_merge_pushdowns_partitioned...

@ion-elgreco arrow is not updated yet, and the branch with the 0.21 pyo3 update is also broken. I'm gonna hold off until things stabilize

Facing the exact same issue with non-dev containers, on an M1 Pro Macbook ssh tunneling to a local x86 Ubuntu 20.04 container. No error message, just hangs on installing. The...

I did a bit of investigation by myself, and discovered a few things: 1) The standard follows PEP-249, the DBAPI standard, so it's technically correct to have `type_code` returned rather...

@hashhar Thank you! I'll likely be refactoring any type-specific logic to a separate `types.py` file (and this can be used in the sqlalchemy module as well).