Customer Portal

EXT_MERGE_JOIN cannot perform Full Outer Join?

Comments 6

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    it's really bug. I've found where is the problem and I'm fixing it.
  • Avatar
    achan
    0
    Comment actions Permalink
    Hi Agata,

    Do you have an estimated date of when this bug will be fixed? Please let me know what I need to do after you fix it...

    Thanks,
    al
  • Avatar
    avackova
    0
    Comment actions Permalink
    Hi,
    fix is available in SVN branch 2.4 (svn://svn.berlios.de/svnroot/repos/clov ... .component) and will be in nearest patch release.
  • Avatar
    achan
    0
    Comment actions Permalink
    Hi Agata,

    I could not built (using ant) from the SVN you gave me... Could you send me the JAR file instead?

    Do you have a date on the next patch release? if it's in the near future, I can wait for that too...

    Thanks so much for your help :-)

    al
  • Avatar
    avackova
    0
    Comment actions Permalink
    Hi,
    patch will be released today or tomorrow :-) , so I'll not send you the jar file.
  • Avatar
    achan
    0
    Comment actions Permalink
    Hi Agata,

    After downloading CloverETL rel 2.4.3, I am still not getting the correct result for full-outer join...

    Using the same example,

    data1 file:
    "000000010272 ","WASILLA","AK",99654
    "000000010273 ","SACRAMENTO","CA",95825

    data2 file:
    "000000010274 ","address1"
    "000000010273 ","address2"

    the output.txt is:
    "000000010273 ","SACRAMENTO","CA",95825,"address2"
    "000000010274 ","SACRAMENTO","CA",95825,"address1"


    However, for full-outer join, the correct result should be:

    "000000010272 ","WASILLA","AK",99654,,
    "000000010273 ","SACRAMENTO","CA",95825,"address2"
    "000000010274 ",,,,"address1"

    right?? Please advice...

    Thanks,
    albert

Please sign in to leave a comment.