You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just ran the original script and this is what it output:
(rscript) ~/D/c/c/d/_data ❯❯❯ Rscript join-datagen.R 1e7 0 0 0
Generate join data of 1e7 rows
Producing keys for LHS and RHS data
Producing LHS 1e7 data from keys
Writing LHS 1e7 data J1_1e7_NA_0_0
Producing RHS 1e1 data from keys
Writing RHS 1e1 data J1_1e7_1e1_0_0
Producing RHS 1e4 data from keys
Writing RHS 1e4 data J1_1e7_1e4_0_0
Producing RHS 1e7 data from keys
Writing RHS 1e7 data J1_1e7_1e7_0_0
Join datagen of 1e7 rows finished in 24s
So perhaps J1_1e7_1e7_NA.parquet is the "left" table.
Doesn't seem like the
id1
,id2
, andid4
columns in the main table and join tables match up.Here's the main table:
Here's
J1_1e7_1e1_0.parquet
:Here's
J1_1e7_1e4_0.parquet
:Here's
J1_1e7_1e7_NA.parquet
:The text was updated successfully, but these errors were encountered: