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 10 months ago

okennedy commented 10 months 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.