Mike Beckerle

Results 37 comments of Mike Beckerle

Closing as inactive. The ticket points back to this work if useful.

This is pretty much working now, in terms of constructing drill metadata from DFDL schemas, and Daffodil delivering data to Drill. There were dozens of commits to get here, so...

Rebased onto latest Drill master as of 2023-12-21 (force pushed one more time) Note that this is never going to pass automated tests until the Daffodil release this depends on...

> > Rebased onto latest Drill master as of 2023-12-21 (force pushed one more time) > > Note that this is never going to pass automated tests until the Daffodil...

@cgivre yes, the next architectural-level issue is how to get a compiled DFDL schema out to everyplace Drill will run a Daffodil parse. Every one of those JVMs needs to...

Let me respond between the paragraphs.... On Tue, Jan 2, 2024 at 11:49 PM Paul Rogers ***@***.***> wrote: > Hi Mike, > > Just jumping in with a random thought....

This is ready for a next review. All the scalar types are now implemented with typed setter calls. The prior review comments have all been addressed I believe. Remaining things...

> @mbeckerle I had a thought about your TODO list. See inline. > > > This is ready for a next review. All the scalar types are now implemented with...

> @mbeckerle With respect to style, I tried to reply to that comment, but the thread won't let me. In any event, Drill classes will typically start with the constructor,...

@cgivre @paul-rogers is there an example of a Drill UDF that is not part of the drill repository tree? I'd like to understand the mechanisms for distributing any jar files...