Re: Structured Streaming Programming Guide Improvements + Versionless Docs Update

2024-08-25 Thread Neil Ramaswamy
. It'd be ideal if we could classify the >> conceptual + quick start content vs reference context and place them >> properly so that users could have their own pace and needs, but it doesn't >> need to be done at once. >> >> On Fri, Aug 23, 2024 at 10:5

Re: Structured Streaming Programming Guide Improvements + Versionless Docs Update

2024-08-23 Thread Neil Ramaswamy
Since it's been over 72 hours with no objections, I'm going to make a PR with this change. If you have any specific opinions, we can discuss them on GitHub. Neil On Tue, Aug 20, 2024 at 12:11 AM Neil Ramaswamy wrote: > Hi all, > > A few months ago, I started a thread

Structured Streaming Programming Guide Improvements + Versionless Docs Update

2024-08-19 Thread Neil Ramaswamy
Hi all, A few months ago, I started a thread about migrating our programming guides to be versionless. I had a POC, and the mostly-positive reception on the thread encouraged me to implement it for real. I did that recently here , but there w

Re: [DISCUSS] Versionless Spark Programming Guide Proposal

2024-06-11 Thread Neil Ramaswamy
;> to a different version is by manually updating the URL. >>>>> >>>>> I was just skimming over the Structured Streaming Programming guide >>>>> and noticing again how lots of the Python code snippets aren't PEP 8 >>>>> compliant.

Re: [DISCUSS] Versionless Spark Programming Guide Proposal

2024-06-05 Thread Neil Ramaswamy
urely there must be a better way to allow updating documentation more >> often? >> >> Best Regards, >> Martin >> >> -- >> *From:* Nimrod Ofek >> *Sent:* Wednesday, June 5, 2024 08:26 >> *To:* Neil Ramaswamy >>

Re: [DISCUSS] Versionless Spark Programming Guide Proposal

2024-06-04 Thread Neil Ramaswamy
However, we might >> still need a way to provide version specific information isn't it, i.e. >> what features are available in which version etc. >> >> On Mon, Jun 3, 2024 at 3:08 PM Neil Ramaswamy wrote: >> >>> Hi all, >>> >>> I'

Re: Improved Structured Streaming Documentation Proof-of-Concept

2024-03-25 Thread Neil Ramaswamy
ki.com/Mich_Talebzadeh > > > > *Disclaimer:* The information provided is correct to the best of my > knowledge but of course cannot be guaranteed . It is essential to note > that, as with any advice, quote "one test result is worth one-thousand > expert opinions (Werner <h

Improved Structured Streaming Documentation Proof-of-Concept

2024-03-25 Thread Neil Ramaswamy
Hi all, I recently started an effort to improve the Structured Streaming documentation. I thought that the current documentation, while very comprehensive, could be improved in terms of organization, clarity, and presence of examples. You can view the repo here

Re: Enhanced Console Sink for Structured Streaming

2024-03-12 Thread Neil Ramaswamy
ingdom > > >view my Linkedin profile > <https://www.linkedin.com/in/mich-talebzadeh-ph-d-5205b2/> > > > https://en.everybodywiki.com/Mich_Talebzadeh > > > > *Disclaimer:* The information provided is correct to the best of my > knowledge but of course

Re: Enhanced Console Sink for Structured Streaming

2024-02-09 Thread Neil Ramaswamy
his "new mode" in the console sink, can we be more > explicit about what is the actual output and what is the metadata? It is > not clear from the logged output. > > On Tue, Feb 6, 2024 at 11:08 AM Neil Ramaswamy > wrote: > >> Jungtaek and Raghu, thanks for the input. I&

Re: Enhanced Console Sink for Structured Streaming

2024-02-06 Thread Neil Ramaswamy
Jungtaek and Raghu, thanks for the input. I'm happy with the verbose mode being off by default. I think it's reasonable to have 1 or 2 levels of verbosity: 1. The first verbose mode could target new users, and take a highly opinionated view on what's important to understand streaming semant

Re: Enhanced Console Sink for Structured Streaming

2024-02-03 Thread Neil Ramaswamy
mer:* Use it at your own risk. Any and all responsibility for any > loss, damage or destruction of data or any other property which may arise > from relying on this email's technical content is explicitly disclaimed. > The author will in no case be liable for any monetary damages ar

Enhanced Console Sink for Structured Streaming

2024-02-02 Thread Neil Ramaswamy
Hi all, I'd like to propose the idea of enhancing Structured Streaming's console sink to print event-time metrics and state store data, in addition to the sink's rows. I've noticed beginners often struggle to understand how watermarks, operator state, and output rows are all intertwined. By print