Cartodb: Join analysis is applied even with no row coincidence

Created on 23 Mar 2017  路  6Comments  路  Source: CartoDB/cartodb

Context

If you select incompatible type foreign keys on a join analysis, analysis is apparently ran even though no final table is generated

Steps to Reproduce

  1. Add Join analysis
  2. Select two non-matching (type) key columns
  3. Select the output columns and run de analysis

Current Result

Analysis is ran with no error but the result is an empty table

Expected result

An error should pop up when selecting the foreign keys columns warning the user that they might have the same data type.

Frontend bug

Most helpful comment

Deployed to production.

All 6 comments

Same behavior when using "Filter by Layer"

An error should pop up when selecting the foreign keys columns warning the user that they might have the same data type.

@noguerol: wouldn't it be "鈥hat they have different data types" instead?

is it easy to fix in Filter by layer at the same time? If not, let's create another issue for that

did we also fix on the other analysis @matallo ?

yep, writing the tests for that now

Deployed to production.

Was this page helpful?
0 / 5 - 0 ratings