VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

Use AttachDistributedSequence to implement AnnotateWithSequenceNumber #277

Open okennedy opened 1 year ago

okennedy commented 1 year ago

See pythonLogicalOperators

Our hack requires multiple passes over the logical plan. This operator can likely do it in one (or a few). Let's see if we can use it instead.