tshauck opened a new pull request, #7287:
URL: https://github.com/apache/arrow-datafusion/pull/7287

   ## Which issue does this PR close?
   
   ~Closes #~ Related to #7014
   
   This doesn't close #7014, but adds the skeleton describe in that issue as 
well as content for the custom table provider and catalog. I can also add some 
info on Scalar UDFs, but am not sure I know enough about the others to write 
something w/o a summary to expand on.
   
   Hope this is what you'all are looking for, certainly open to feedback.
   
   Finally, I'm getting some unrelated (I think) errors, are these known?
   
   ```
   
/Users/thauck/personal/code/github.com/tshauck/arrow-datafusion/docs/temp/user-guide/example-usage.md:24:
 WARNING: 'myst' cross-reference target not found: 
'../../../datafusion-examples' [myst.xref_missing]
   
/Users/thauck/personal/code/github.com/tshauck/arrow-datafusion/docs/temp/user-guide/example-usage.md:211:
 WARNING: Pygments lexer name 'rust,ignore' is not known
   
/Users/thauck/personal/code/github.com/tshauck/arrow-datafusion/docs/temp/user-guide/sql/data_types.md:31:
 WARNING: Could not lex literal_block '❯ select arrow_typeof(interval \'1 
month\');\n+-------------------------------------+\n| 
arrowtypeof(IntervalYearMonth("1")) 
|\n+-------------------------------------+\n| Interval(YearMonth)               
  |\n+-------------------------------------+\n' as "sql". Highlighting skipped.
   ...
   ```
   
   ## Rationale for this change
   
   It was requested in #7014. I also would've found this useful for 
[exon](https://github.com/wheretrue/exon).
   
   ## Are these changes tested?
   
   I locally generated the docs, per the README. Ex..
   
   <img width="1582" alt="image" 
src="https://github.com/apache/arrow-datafusion/assets/421839/648c8990-9c2e-4efb-b616-9ca3bb6c5a6d";>
   
   <img width="1582" alt="image" 
src="https://github.com/apache/arrow-datafusion/assets/421839/d10195de-2074-469b-ad86-9243adb50de3";>
   
   
   ## Are there any user-facing changes?
   
   Yes, this would update the docs users could read.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to