Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dolt produces diff when no cells have visibly changed #4476

Closed
timsehn opened this issue Oct 6, 2022 · 1 comment
Closed

Dolt produces diff when no cells have visibly changed #4476

timsehn opened this issue Oct 6, 2022 · 1 comment
Labels
bug Something isn't working diff good repro Easily reproducible bugs

Comments

@timsehn
Copy link
Sponsor Contributor

timsehn commented Oct 6, 2022

Repro:

  1. Clone liuliu/debug
  2. Checkout this remote branch
PS C:\Users\timse\dolthub\dolt\debug> dolt checkout --track origin/liuliu/import-1664836509
Switched to branch 'liuliu/import-1664836509'
branch 'liuliu/import-1664836509' set up to track 'origin/liuliu/import-1664836509'.
  1. dolt diff main
PS C:\Users\timse\dolthub\dolt\debug> dolt diff main
diff --dolt a/debug b/debug
--- a/debug @ 8pigm47rggg4miggmmu7qia97pds4g4e
+++ b/debug @ v2ou2i7uq2ph3hv48o11ddeldutl64ad
+---+------------+-------+-------+-----------+---------------+-------------------------------------------------------------------------+------------------+--------------------+---------------------+-------------+-----------+-----------+---------------+--------------+-------------------+------+----------+-----------------+---------------------+---------+--------+----------------+
|   | PrimeryKey | table | field | DATA TYPE | COLUMN LENGTH | COLUMN DESCRIPTION                                                      | DEFAULT VALUE(S) | EXAMPLE VALUE(S)   | INCLUDED CATEGORIES | joined_with | join_type | joined_on | fhir_resource | fhir_mapping | fhir_full_mapping | type | comments | reference_field | referenced_recourse | is_fhir | casing | record_numbers |
+---+------------+-------+-------+-----------+---------------+-------------------------------------------------------------------------+------------------+--------------------+---------------------+-------------+-----------+-----------+---------------+--------------+-------------------+------+----------+-----------------+---------------------+---------+--------+----------------+
| < | 8          | A     | F     | VARCHAR   | 32            | Unique clinical encounter ID (used to join to CLINICAL_ENCOUNTER table) | none             | teuqeportiupoerurt | NULL                | AAA         | right     | AAA       | NULL          | NULL         | NULL              | NULL | NULL     | NULL            | NULL                | no need | NULL   | NULL           |
| > | 8          | A     | F     | VARCHAR   | 32            | Unique clinical encounter ID (used to join to CLINICAL_ENCOUNTER table) | none             | teuqeportiupoerurt | NULL                | AAA         | right     | AAA       | NULL          | NULL         | NULL              | NULL | NULL     | NULL            | NULL                | no need | NULL   | NULL           |
+---+------------+-------+-------+-----------+---------------+-------------------------------------------------------------------------+------------------+--------------------+---------------------+-------------+-----------+-----------+---------------+--------------+-------------------+------+----------+-----------------+---------------------+---------+--------+----------------+

Cell values are the same.

Diff was produced using CSV import on DoltHub.

@druvv
Copy link
Contributor

druvv commented Nov 18, 2022

fixed in #4800

@druvv druvv closed this as completed Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working diff good repro Easily reproducible bugs
Projects
None yet
Development

No branches or pull requests

2 participants