bugGNU Parallel - Bugs: bug #59964, --pipepart --group-by

 
 

bug #59964: --pipepart --group-by

Submitter:  Ole Tange <tange>
Submitted:  Thu 28 Jan 2021 10:55:53 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  tange
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 14 Mar 2022 08:20:56 PM UTC, comment #2: 

It only makes sense to do --group-by: --bin and --shard are used when the values are mixed.

--group-by was introduced in 20190522.

Ole Tange <tange>
Group administrator
Wed 09 Mar 2022 10:51:26 PM UTC, comment #1: 

--group-by works in 2020-01-22.

Ole Tange <tange>
Group administrator
Thu 28 Jan 2021 10:55:53 PM UTC, original submission:  

It ought to be possible to do --bin/--shard--group-by with --pipe-part.

  min=line 1
  max=last line
  If h(min) == h(max): Increase block size.
  middle=(min+max)/2
  If -n:
    1=1
    # find exactly n changes
    for 1..n+1:
      l=find_change(l,max)
    # The line before
    l=l-1
  else:
    # Find a single change anywhere in block
    if h(middle) == h(min) or h(middle) != h(max):
      # search for changing value up
      binsearch(middle,max)
    else
      binsearch(min,middle)

Ole Tange <tange>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tange (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-03-14 tange StatusNone Fixed
        Assigned toNone tange
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code