Fix loading sample dataset in Redshift (#18089)
- `TEXT` in Redshift is equivalent to `VARCHAR(256)`, use `VARCHAR(1024)` instead - Unskip all tests skipped on Redshift due to sample dataset issue - Add explicit `:order-by` to `join-source-queries-with-joins-test` to make it pass in Redshift as Redshift does not preserve order after join (like a lot of other distributed query engines) - Add `VACUUM` and `ANALYZE` call after INSERT to improve performance
Showing
- enterprise/backend/test/metabase_enterprise/sandbox/query_processor/middleware/row_level_restrictions_test.clj 0 additions, 2 deletions...uery_processor/middleware/row_level_restrictions_test.clj
- modules/drivers/redshift/test/metabase/test/data/redshift.clj 15 additions, 1 deletion...les/drivers/redshift/test/metabase/test/data/redshift.clj
- test/metabase/api/dataset_test.clj 1 addition, 1 deletiontest/metabase/api/dataset_test.clj
- test/metabase/api/pivots.clj 1 addition, 5 deletionstest/metabase/api/pivots.clj
- test/metabase/query_processor_test/case_test.clj 1 addition, 2 deletionstest/metabase/query_processor_test/case_test.clj
- test/metabase/query_processor_test/explicit_joins_test.clj 3 additions, 2 deletionstest/metabase/query_processor_test/explicit_joins_test.clj
- test/metabase/query_processor_test/expression_aggregations_test.clj 1 addition, 2 deletions...ase/query_processor_test/expression_aggregations_test.clj
- test/metabase/query_processor_test/expressions_test.clj 1 addition, 2 deletionstest/metabase/query_processor_test/expressions_test.clj
- test/metabase/query_processor_test/implicit_joins_test.clj 1 addition, 2 deletionstest/metabase/query_processor_test/implicit_joins_test.clj
- test/metabase/query_processor_test/nested_queries_test.clj 8 additions, 11 deletionstest/metabase/query_processor_test/nested_queries_test.clj
- test/metabase/query_processor_test/remapping_test.clj 1 addition, 2 deletionstest/metabase/query_processor_test/remapping_test.clj
Please register or sign in to comment