Documentation updates for 1.18#2096
Conversation
cgivre
left a comment
There was a problem hiding this comment.
Wow! Lots here...
Ok.. A few nits, but one organization comment.
Can we please move the format plugin info to the section about querying files?
_docs/configure-drill/configuration-options/030-planning-and-exececution-options.md
Show resolved
Hide resolved
_docs/connect-a-data-source/plugins/114-image-metadata-format-plugin.md
Outdated
Show resolved
Hide resolved
|
Could you also please add the following docs to the section about querying files?
Also, we have a few new storage plugins which we should add to the docs which are: |
|
One more thing... take a look here https://github.com/apache/drill/tree/master/contrib/udfs for UDFs included with Drill. Ideally these should be in the docs. |
|
@dzamo |
|
Hi Charles, I've been travelling. I hope to return to this next week.
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
|
Hi @dzamo |
|
@cgivre If this isn't holding anything back and we can wait a few more days then let us, because I certainly have more to add, including the requested changes. My apologies for the stalling. As COVID-19 lockdown lifted where I am, a period of intense travelling ensued. But it concluded at the start of this week. |
|
@dzamo |
|
@cgivre |
|
@cgivre: I think that may just be a wrap. |
…plemented in Drill.
Jekyll flattens the directories inside collections such as _doc/. This resulted in all of the images in _docs/img being dumped in the root dir of the output _site/. It can be avoided by setting permalinks to be based on :path in _config.yml but this then dictates permalinks which include an NNN- ordering prefix for all of the docs pages. This alternative location is not flattened by Jekyll and so the problem goes away.
See https://jekyllrb.com/docs/permalinks/ for why docs/:title doesn't give the desired permalinks.
Having slug: lines, even if they are identical to the :title lines, produces correct permalinks. Removing date: lines stops Jekyll from sorting the docs collection by date and resinstates the intended path-based sorting which means that the file name numebring prefix scheme once again works.
Numerous contributions to bring the Drill documentation up to speed with release 1.18.