davisusanibar commented on a change in pull request #113: URL: https://github.com/apache/arrow-cookbook/pull/113#discussion_r781622276
########## File path: java/source/conf.py ########## @@ -0,0 +1,55 @@ +# Configuration file for the Sphinx documentation builder. +# +# This file only contains a selection of the most common options. For a full +# list see the documentation: +# https://www.sphinx-doc.org/en/master/usage/configuration.html + +# -- Path setup -------------------------------------------------------------- + +# If extensions (or modules to document with autodoc) are in another directory, +# add these directories to sys.path here. If the directory is relative to the +# documentation root, use os.path.abspath to make it absolute, like shown here. +# +# import os +# import sys +# sys.path.insert(0, os.path.abspath('.')) + + +# -- Project information ----------------------------------------------------- + +project = 'java-cookbook' +copyright = '2021, apache arrow' +author = 'apache arrow' + +# The full version, including alpha/beta/rc tags +release = 'arrow cookbook' Review comment: Changed ########## File path: java/source/create.rst ########## @@ -0,0 +1,134 @@ +====================== +Creating arrow objects Review comment: Changed ########## File path: java/source/create.rst ########## @@ -0,0 +1,134 @@ +====================== +Creating arrow objects +====================== + +A vector is the basic unit in the java arrow columnar format. Review comment: Changed -- 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]
