Sean Smith
Sean Smith
## What happens? undefined ERROR Uncaught Exception {"errorType":"TypeError","errorMessage":"lambda_log_default.a is not a constructor" ## Steps to reproduce /lib/logging.ts: import LambdaLog from "lambda-log"; export const logger: LambdaLog = new LambdaLog(); /util/logging.ts: import...
If structure of array items differs only in the ordering of columns chispa still throws SchemasNotEqualError when ignore_column_order is passed `chispa.assert_df_equality(merge_df, expected_df, ignore_row_order=True, ignore_column_order=True)` `chispa.schema_comparer.SchemasNotEqualError: ` `| StructField('representatives', ArrayType(StructType([StructField('updated_at', StringType(),...