[jira] [Created] (ARROW-8530) [Ruby] Return dictionary value by DictionaryArray#[]
Yosuke Shiro created ARROW-8530: --- Summary: [Ruby] Return dictionary value by DictionaryArray#[] Key: ARROW-8530 URL: https://issues.apache.org/jira/browse/ARROW-8530 Project: Apache Arrow Issue Type: New Feature Components: Ruby Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (ARROW-7742) [GLib] Add support for MapArray
Yosuke Shiro created ARROW-7742: --- Summary: [GLib] Add support for MapArray Key: ARROW-7742 URL: https://issues.apache.org/jira/browse/ARROW-7742 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (ARROW-7637) [GLib] Check components installed when building
Yosuke Shiro created ARROW-7637: --- Summary: [GLib] Check components installed when building Key: ARROW-7637 URL: https://issues.apache.org/jira/browse/ARROW-7637 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (ARROW-7635) [C++] Add pkg-config support for each components
Yosuke Shiro created ARROW-7635: --- Summary: [C++] Add pkg-config support for each components Key: ARROW-7635 URL: https://issues.apache.org/jira/browse/ARROW-7635 Project: Apache Arrow Issue Type: Improvement Components: C++ Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (ARROW-7609) [C++] Build error by passing -DARROW_HIVESERVER2=ON
Yosuke Shiro created ARROW-7609: --- Summary: [C++] Build error by passing -DARROW_HIVESERVER2=ON Key: ARROW-7609 URL: https://issues.apache.org/jira/browse/ARROW-7609 Project: Apache Arrow Issue Type: Bug Components: C++ Reporter: Yosuke Shiro Currently using Apple Clang 11.0.0 and Thrift 0.13.0 on macOS Mojave 10.14.4. I got the following errors by passing -DARROW_HIVESERVER2=ON. {code:java} In file included from /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.cpp:7: /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.h:29:17: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param query ~~~^ /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.h:36:17: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param query ~~~^ /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.h:37:21: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param clientCtx ~~~^ /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.h:44:17: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param query ~~~^ /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.h:53:20: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param query_id ~~^ /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.h:54:22: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param start_over ^ /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.h:55:22: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param fetch_size ^ /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.h:62:18: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param handle ^ /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.h:69:18: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param handle ^ /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.h:76:13: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param s ~~~^ /Users/shiro/dev/arrow/cpp/build/src/arrow/dbi/hiveserver2/BeeswaxService.h:89:19: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param context ~^ 11 errors generated. {code} CMake command: {code:java} cmake -DCMAKE_BUILD_TYPE=debug -DARROW_GANDIVA=ON -DARROW_PARQUET=ON -DARROW_PLASMA=ON -DARROW_FLIGHT=ON -DARROW_WITH_ZLIB=ON -DARROW_JSON=ON -DARROW_CSV=ON -DARROW_ORC=ON -DARROW_TENSORFLOW=ON -DARROW_HIVESERVER2=ON ..{code} Output of CMake: {code:java} -- Building using CMake version: 3.15.4 -- The C compiler identification is AppleClang 11.0.0.1133 -- The CXX compiler identification is AppleClang 11.0.0.1133 -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Arrow version: 1.0.0 (full: '1.0.0-SNAPSHOT') -- Arrow SO version: 100 (full: 100.0.0) -- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2") -- clang-tidy not found -- clang-format not found -- infer not found -- Found PythonInterp: /Users/shiro/.pyenv/shims/python (found version "3.6.1") -- Using ccache: /usr/local/bin/ccache -- Found cpplint executable at /Users/shiro/dev/arrow/cpp/build-support/cpplint.py -- Performing Test CXX_SUPPORTS_SSE4_2 -- Performing Test CXX_SUPPORTS_SSE4_2 - Success -- Performing Test CXX_SUPPORTS_ALTIVEC -- Performing Test CXX_SUPPORTS_ALTIVEC - Success -- Performing Test CXX_SUPPORTS_ARMCRC -- Performing Test CXX_SUPPORTS_ARMCRC - Failed -- Performing Test CXX_SUPPORTS_ARMV8_CRC_CRYPTO -- Performing Test CXX_SUPPORTS_ARMV8_CRC_CRYPTO - Failed -- Arrow build warning level: CHECKIN Configured for DEBUG build (set with c
[jira] [Created] (ARROW-7201) [GLib][Gandiva] Add support for BooleanNode
Yosuke Shiro created ARROW-7201: --- Summary: [GLib][Gandiva] Add support for BooleanNode Key: ARROW-7201 URL: https://issues.apache.org/jira/browse/ARROW-7201 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (ARROW-7195) [Ruby] Improve #filter, #take, and #is_in
Yosuke Shiro created ARROW-7195: --- Summary: [Ruby] Improve #filter, #take, and #is_in Key: ARROW-7195 URL: https://issues.apache.org/jira/browse/ARROW-7195 Project: Apache Arrow Issue Type: Improvement Components: Ruby Reporter: Yosuke Shiro Assignee: Yosuke Shiro This is follow-up of https://github.com/apache/arrow/pull/5837#pullrequestreview-317438583. -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (ARROW-7171) [Ruby] Pass Array for Arrow::Table#filter
Yosuke Shiro created ARROW-7171: --- Summary: [Ruby] Pass Array for Arrow::Table#filter Key: ARROW-7171 URL: https://issues.apache.org/jira/browse/ARROW-7171 Project: Apache Arrow Issue Type: New Feature Components: Ruby Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (ARROW-7111) [GLib] Add take support for GArrowTable, GArrowChunkedArray, and GArrowRecordBatch
Yosuke Shiro created ARROW-7111: --- Summary: [GLib] Add take support for GArrowTable, GArrowChunkedArray, and GArrowRecordBatch Key: ARROW-7111 URL: https://issues.apache.org/jira/browse/ARROW-7111 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (ARROW-7110) [GLib] Add filter support for GArrowTable, GArrowChunkedArray, and GArrowRecordBatch
Yosuke Shiro created ARROW-7110: --- Summary: [GLib] Add filter support for GArrowTable, GArrowChunkedArray, and GArrowRecordBatch Key: ARROW-7110 URL: https://issues.apache.org/jira/browse/ARROW-7110 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (ARROW-6619) [Ruby] Add support for building Gandiva::Expression by Arrow::Schema#build_expression
Yosuke Shiro created ARROW-6619: --- Summary: [Ruby] Add support for building Gandiva::Expression by Arrow::Schema#build_expression Key: ARROW-6619 URL: https://issues.apache.org/jira/browse/ARROW-6619 Project: Apache Arrow Issue Type: New Feature Components: Ruby Reporter: Yosuke Shiro Assignee: Yosuke Shiro This is the first attempt to make Red Gandiva API better. This adds Arrow::Schema#build_expression, which aims to build Gandiva::Expression with FunctionNode or IfNode easily. -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (ARROW-6427) [GLib] Add support for column names autogeneration CSV read option
Yosuke Shiro created ARROW-6427: --- Summary: [GLib] Add support for column names autogeneration CSV read option Key: ARROW-6427 URL: https://issues.apache.org/jira/browse/ARROW-6427 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Created] (ARROW-6347) [GLib] Add garrow_array_diff()
Yosuke Shiro created ARROW-6347: --- Summary: [GLib] Add garrow_array_diff() Key: ARROW-6347 URL: https://issues.apache.org/jira/browse/ARROW-6347 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Created] (ARROW-6346) [GLib] Add garrow_array_view()
Yosuke Shiro created ARROW-6346: --- Summary: [GLib] Add garrow_array_view() Key: ARROW-6346 URL: https://issues.apache.org/jira/browse/ARROW-6346 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Created] (ARROW-6286) [GLib] Add support for LargeList type
Yosuke Shiro created ARROW-6286: --- Summary: [GLib] Add support for LargeList type Key: ARROW-6286 URL: https://issues.apache.org/jira/browse/ARROW-6286 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian JIRA (v7.6.14#76016)
[jira] [Created] (ARROW-6285) [GLib] Add support for LargeBinary and LargeString types
Yosuke Shiro created ARROW-6285: --- Summary: [GLib] Add support for LargeBinary and LargeString types Key: ARROW-6285 URL: https://issues.apache.org/jira/browse/ARROW-6285 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian JIRA (v7.6.14#76016)
[jira] [Created] (ARROW-6204) [GLib] Add garrow_array_is_in_chunked_array()
Yosuke Shiro created ARROW-6204: --- Summary: [GLib] Add garrow_array_is_in_chunked_array() Key: ARROW-6204 URL: https://issues.apache.org/jira/browse/ARROW-6204 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro This is follow-up of [https://github.com/apache/arrow/pull/5047#issuecomment-520103706]. -- This message was sent by Atlassian JIRA (v7.6.14#76016)
[jira] [Created] (ARROW-6203) [GLib] Add garrow_array_argsort()
Yosuke Shiro created ARROW-6203: --- Summary: [GLib] Add garrow_array_argsort() Key: ARROW-6203 URL: https://issues.apache.org/jira/browse/ARROW-6203 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.15.0 -- This message was sent by Atlassian JIRA (v7.6.14#76016)
[jira] [Created] (ARROW-6188) [GLib] Add garrow_array_isin()
Yosuke Shiro created ARROW-6188: --- Summary: [GLib] Add garrow_array_isin() Key: ARROW-6188 URL: https://issues.apache.org/jira/browse/ARROW-6188 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.15.0 -- This message was sent by Atlassian JIRA (v7.6.14#76016)
[jira] [Created] (ARROW-6039) [GLib] Add garrow_array_filter()
Yosuke Shiro created ARROW-6039: --- Summary: [GLib] Add garrow_array_filter() Key: ARROW-6039 URL: https://issues.apache.org/jira/browse/ARROW-6039 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 1.0.0 Add bindings of a boolean selection filter. -- This message was sent by Atlassian JIRA (v7.6.14#76016)
[jira] [Created] (ARROW-6037) [GLib] Add a missing version macro
Yosuke Shiro created ARROW-6037: --- Summary: [GLib] Add a missing version macro Key: ARROW-6037 URL: https://issues.apache.org/jira/browse/ARROW-6037 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 1.0.0 -- This message was sent by Atlassian JIRA (v7.6.14#76016)
[jira] [Created] (ARROW-6036) [GLib] Add support for skip rows and column_names CSV read option
Yosuke Shiro created ARROW-6036: --- Summary: [GLib] Add support for skip rows and column_names CSV read option Key: ARROW-6036 URL: https://issues.apache.org/jira/browse/ARROW-6036 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 1.0.0 -- This message was sent by Atlassian JIRA (v7.6.14#76016)
[jira] [Created] (ARROW-5866) [C++] Remove duplicate library in cpp/Brewfile
Yosuke Shiro created ARROW-5866: --- Summary: [C++] Remove duplicate library in cpp/Brewfile Key: ARROW-5866 URL: https://issues.apache.org/jira/browse/ARROW-5866 Project: Apache Arrow Issue Type: Improvement Components: C++ Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5784) [Release][GLib] Run only c_glib/autogen.sh and replace c_glib/ in dev/release/02-source.sh
Yosuke Shiro created ARROW-5784: --- Summary: [Release][GLib] Run only c_glib/autogen.sh and replace c_glib/ in dev/release/02-source.sh Key: ARROW-5784 URL: https://issues.apache.org/jira/browse/ARROW-5784 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro c_glib is generated the archive by `make dist` to use `configure`. Currently we build C++ and GLib to include the artifacts of GTK-Doc and run `make dist` but it is slow. So run only ./autogen.sh and replace c_glib/. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5695) [Release] Run sourcelink test in verify-release-candidate.sh
Yosuke Shiro created ARROW-5695: --- Summary: [Release] Run sourcelink test in verify-release-candidate.sh Key: ARROW-5695 URL: https://issues.apache.org/jira/browse/ARROW-5695 Project: Apache Arrow Issue Type: Improvement Components: C# Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.14.0 Follow up of https://github.com/apache/arrow/pull/4488#pullrequestreview-253110667. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5641) [GLib] Remove enums files generated by GNU Autotools from Git targets
Yosuke Shiro created ARROW-5641: --- Summary: [GLib] Remove enums files generated by GNU Autotools from Git targets Key: ARROW-5641 URL: https://issues.apache.org/jira/browse/ARROW-5641 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.14.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5535) [GLib] Add garrow_table_slice()
Yosuke Shiro created ARROW-5535: --- Summary: [GLib] Add garrow_table_slice() Key: ARROW-5535 URL: https://issues.apache.org/jira/browse/ARROW-5535 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.14.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5534) [GLib] Add garrow_table_concatenate()
Yosuke Shiro created ARROW-5534: --- Summary: [GLib] Add garrow_table_concatenate() Key: ARROW-5534 URL: https://issues.apache.org/jira/browse/ARROW-5534 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.14.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5447) [CI] [Ruby] CI is failued on AppVeyor
Yosuke Shiro created ARROW-5447: --- Summary: [CI] [Ruby] CI is failued on AppVeyor Key: ARROW-5447 URL: https://issues.apache.org/jira/browse/ARROW-5447 Project: Apache Arrow Issue Type: Improvement Components: Continuous Integration, Ruby Reporter: Yosuke Shiro This happens sometimes. {code:java} Error: test: csv.gz(TableTest::#save and .load::path:::format::load: auto detect): Arrow::Error::Io: [csv-reader][read]: IOError: zlib inflate failed: invalid distance too far back c:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/gobject-introspection-3.3.6/lib/gobject-introspection/loader.rb:616:in `invoke' c:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/gobject-introspection-3.3.6/lib/gobject-introspection/loader.rb:616:in `invoke' c:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/gobject-introspection-3.3.6/lib/gobject-introspection/loader.rb:533:in `block in define_method' C:/projects/arrow/ruby/red-arrow/lib/arrow/csv-loader.rb:158:in `block (2 levels) in load_from_path' C:/projects/arrow/ruby/red-arrow/lib/arrow/csv-loader.rb:147:in `block (2 levels) in wrap_input' C:/projects/arrow/ruby/red-arrow/lib/arrow/csv-loader.rb:140:in `open_encoding_convert_stream' C:/projects/arrow/ruby/red-arrow/lib/arrow/csv-loader.rb:146:in `block in wrap_input' C:/projects/arrow/ruby/red-arrow/lib/arrow/csv-loader.rb:125:in `block in open_decompress_input' C:/projects/arrow/ruby/red-arrow/lib/arrow/block-closable.rb:25:in `open' C:/projects/arrow/ruby/red-arrow/lib/arrow/csv-loader.rb:124:in `open_decompress_input' C:/projects/arrow/ruby/red-arrow/lib/arrow/csv-loader.rb:145:in `wrap_input' C:/projects/arrow/ruby/red-arrow/lib/arrow/csv-loader.rb:157:in `block in load_from_path' C:/projects/arrow/ruby/red-arrow/lib/arrow/block-closable.rb:25:in `open' C:/projects/arrow/ruby/red-arrow/lib/arrow/csv-loader.rb:156:in `load_from_path' C:/projects/arrow/ruby/red-arrow/lib/arrow/csv-loader.rb:39:in `load' C:/projects/arrow/ruby/red-arrow/lib/arrow/csv-loader.rb:26:in `load' C:/projects/arrow/ruby/red-arrow/lib/arrow/table-loader.rb:158:in `load_as_csv' C:/projects/arrow/ruby/red-arrow/lib/arrow/table-loader.rb:50:in `load' C:/projects/arrow/ruby/red-arrow/lib/arrow/table-loader.rb:22:in `load' C:/projects/arrow/ruby/red-arrow/lib/arrow/table.rb:27:in `load' C:/projects/arrow/ruby/red-arrow/test/test-table.rb:503:in `block (5 levels) in ' === {code} https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/24813909/job/kkc98r3e4ltxeor3#L2328 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5372) [GLib] Add support for null/boolean values CSV read option
Yosuke Shiro created ARROW-5372: --- Summary: [GLib] Add support for null/boolean values CSV read option Key: ARROW-5372 URL: https://issues.apache.org/jira/browse/ARROW-5372 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.14.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5364) [C++] Fix UTF-8 comments to ASCII in BuildUtils.cmake
Yosuke Shiro created ARROW-5364: --- Summary: [C++] Fix UTF-8 comments to ASCII in BuildUtils.cmake Key: ARROW-5364 URL: https://issues.apache.org/jira/browse/ARROW-5364 Project: Apache Arrow Issue Type: Improvement Components: C++ Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.14.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5363) [GLib] Fix coding styles
Yosuke Shiro created ARROW-5363: --- Summary: [GLib] Fix coding styles Key: ARROW-5363 URL: https://issues.apache.org/jira/browse/ARROW-5363 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.14.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5307) [CI] [GLib] Enable GTK-Doc
Yosuke Shiro created ARROW-5307: --- Summary: [CI] [GLib] Enable GTK-Doc Key: ARROW-5307 URL: https://issues.apache.org/jira/browse/ARROW-5307 Project: Apache Arrow Issue Type: New Feature Components: Continuous Integration, GLib Reporter: Yosuke Shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5306) [CI] [GLib] Disable GTK-Doc
Yosuke Shiro created ARROW-5306: --- Summary: [CI] [GLib] Disable GTK-Doc Key: ARROW-5306 URL: https://issues.apache.org/jira/browse/ARROW-5306 Project: Apache Arrow Issue Type: New Feature Components: Continuous Integration, GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Travis fails to process documents by GTK-Doc. [https://travis-ci.org/apache/arrow/jobs/531197944#L4170] This caused by the recent GTK-Doc upgrade to 0.13.0. So disable GTK-Doc until 0.13.1 is released. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5268) [GLib] Add GArrowJSONReader
Yosuke Shiro created ARROW-5268: --- Summary: [GLib] Add GArrowJSONReader Key: ARROW-5268 URL: https://issues.apache.org/jira/browse/ARROW-5268 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.14.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5203) [GLib] Add support for Compare filter
Yosuke Shiro created ARROW-5203: --- Summary: [GLib] Add support for Compare filter Key: ARROW-5203 URL: https://issues.apache.org/jira/browse/ARROW-5203 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.14.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-5168) [GLib] Add garrow_array_take()
Yosuke Shiro created ARROW-5168: --- Summary: [GLib] Add garrow_array_take() Key: ARROW-5168 URL: https://issues.apache.org/jira/browse/ARROW-5168 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.14.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4924) [Ruby] Add Decimal128#to_s(scale=nil)
Yosuke Shiro created ARROW-4924: --- Summary: [Ruby] Add Decimal128#to_s(scale=nil) Key: ARROW-4924 URL: https://issues.apache.org/jira/browse/ARROW-4924 Project: Apache Arrow Issue Type: New Feature Components: Ruby Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4882) Add "Count" and "Sum" functions
Yosuke Shiro created ARROW-4882: --- Summary: Add "Count" and "Sum" functions Key: ARROW-4882 URL: https://issues.apache.org/jira/browse/ARROW-4882 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.13.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4859) [GLib] Add garrow_numeric_array_mean()
Yosuke Shiro created ARROW-4859: --- Summary: [GLib] Add garrow_numeric_array_mean() Key: ARROW-4859 URL: https://issues.apache.org/jira/browse/ARROW-4859 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.13.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4438) [GLib] Use arrays instead of columns in GArrowRecordBatch
Yosuke Shiro created ARROW-4438: --- Summary: [GLib] Use arrays instead of columns in GArrowRecordBatch Key: ARROW-4438 URL: https://issues.apache.org/jira/browse/ARROW-4438 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.13.0 Because we use "column" as "field + array". -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4366) [Docs] Change extension from format/README.md to format/README.rst
Yosuke Shiro created ARROW-4366: --- Summary: [Docs] Change extension from format/README.md to format/README.rst Key: ARROW-4366 URL: https://issues.apache.org/jira/browse/ARROW-4366 Project: Apache Arrow Issue Type: Bug Components: Documentation Reporter: Yosuke Shiro Assignee: Yosuke Shiro format/README.md is written with the _reST_ syntax. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4361) [Website] Update commiters list
Yosuke Shiro created ARROW-4361: --- Summary: [Website] Update commiters list Key: ARROW-4361 URL: https://issues.apache.org/jira/browse/ARROW-4361 Project: Apache Arrow Issue Type: Improvement Components: Website Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4211) [GLib] Add GArrowFixedSizeBinaryDataType
Yosuke Shiro created ARROW-4211: --- Summary: [GLib] Add GArrowFixedSizeBinaryDataType Key: ARROW-4211 URL: https://issues.apache.org/jira/browse/ARROW-4211 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4207) [Gandiva] [GLib] Add support for IfNode
Yosuke Shiro created ARROW-4207: --- Summary: [Gandiva] [GLib] Add support for IfNode Key: ARROW-4207 URL: https://issues.apache.org/jira/browse/ARROW-4207 Project: Apache Arrow Issue Type: Improvement Components: Gandiva, GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4199) [GLib] Add garrow_seekable_input_stream_peek()
Yosuke Shiro created ARROW-4199: --- Summary: [GLib] Add garrow_seekable_input_stream_peek() Key: ARROW-4199 URL: https://issues.apache.org/jira/browse/ARROW-4199 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4168) [GLib] Use property to keep GArrowDataType passed in garrow_field_new()
Yosuke Shiro created ARROW-4168: --- Summary: [GLib] Use property to keep GArrowDataType passed in garrow_field_new() Key: ARROW-4168 URL: https://issues.apache.org/jira/browse/ARROW-4168 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4051) [Gandiva] [GLib] Add support for null literal
Yosuke Shiro created ARROW-4051: --- Summary: [Gandiva] [GLib] Add support for null literal Key: ARROW-4051 URL: https://issues.apache.org/jira/browse/ARROW-4051 Project: Apache Arrow Issue Type: Improvement Components: Gandiva, GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4048) [GLib] Return ChunkedArray instead of Array in gparquet_arrow_file_reader_read_column
Yosuke Shiro created ARROW-4048: --- Summary: [GLib] Return ChunkedArray instead of Array in gparquet_arrow_file_reader_read_column Key: ARROW-4048 URL: https://issues.apache.org/jira/browse/ARROW-4048 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 Because FileReader::ReadColumn(int i, std::shared_ptr* out) is deprecated since 0.12. [https://github.com/apache/arrow/pull/3171/files#diff-e6f49fbed784ef27e3ab0075e01a5871R132] -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4037) [Packaging] Remove workaround to verify 0.11.0
Yosuke Shiro created ARROW-4037: --- Summary: [Packaging] Remove workaround to verify 0.11.0 Key: ARROW-4037 URL: https://issues.apache.org/jira/browse/ARROW-4037 Project: Apache Arrow Issue Type: Improvement Components: Packaging Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4035) [Ruby] Support msys2 mingw dependencies
Yosuke Shiro created ARROW-4035: --- Summary: [Ruby] Support msys2 mingw dependencies Key: ARROW-4035 URL: https://issues.apache.org/jira/browse/ARROW-4035 Project: Apache Arrow Issue Type: Improvement Components: Ruby Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-4005) [Plasma
Yosuke Shiro created ARROW-4005: --- Summary: [Plasma Key: ARROW-4005 URL: https://issues.apache.org/jira/browse/ARROW-4005 Project: Apache Arrow Issue Type: Improvement Reporter: Yosuke Shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3967) [Gandiva] [C++] Make gandiva/node.h public
Yosuke Shiro created ARROW-3967: --- Summary: [Gandiva] [C++] Make gandiva/node.h public Key: ARROW-3967 URL: https://issues.apache.org/jira/browse/ARROW-3967 Project: Apache Arrow Issue Type: Improvement Components: C++, Gandiva Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 Because some methods in node.h is useful in bindings. C GLib Gandiva bindings want to use LiteralNode::holder() to access raw literal data. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3955) [GLib] Add (transfer full) to free when no longer needed
Yosuke Shiro created ARROW-3955: --- Summary: [GLib] Add (transfer full) to free when no longer needed Key: ARROW-3955 URL: https://issues.apache.org/jira/browse/ARROW-3955 Project: Apache Arrow Issue Type: Bug Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3913) [Gandiva] [GLib] Add GGandivaLiteralNode
Yosuke Shiro created ARROW-3913: --- Summary: [Gandiva] [GLib] Add GGandivaLiteralNode Key: ARROW-3913 URL: https://issues.apache.org/jira/browse/ARROW-3913 Project: Apache Arrow Issue Type: Improvement Components: Gandiva, GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3905) [Ruby] Add StructDataType#[]
Yosuke Shiro created ARROW-3905: --- Summary: [Ruby] Add StructDataType#[] Key: ARROW-3905 URL: https://issues.apache.org/jira/browse/ARROW-3905 Project: Apache Arrow Issue Type: Improvement Components: Ruby Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3858) [GLib] Use {class_name}_get_instance_private
Yosuke Shiro created ARROW-3858: --- Summary: [GLib] Use {class_name}_get_instance_private Key: ARROW-3858 URL: https://issues.apache.org/jira/browse/ARROW-3858 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 Because G_TYPE_INSTANCE_GET_PRIVATE has been deprecated since version 2.58. https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#G-TYPE-INSTANCE-GET-PRIVATE -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3847) [GLib] Remove unnecessary “\”.
Yosuke Shiro created ARROW-3847: --- Summary: [GLib] Remove unnecessary “\”. Key: ARROW-3847 URL: https://issues.apache.org/jira/browse/ARROW-3847 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3845) [Gandiva] [GLib] Add GGandivaNode
Yosuke Shiro created ARROW-3845: --- Summary: [Gandiva] [GLib] Add GGandivaNode Key: ARROW-3845 URL: https://issues.apache.org/jira/browse/ARROW-3845 Project: Apache Arrow Issue Type: Improvement Components: Gandiva, GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 Add Node classes to create GGandivaExpression with the specified GGandivaNode. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3786) Enable merge_arrow_pr.py script to run in non-English JIRA accounts.
Yosuke Shiro created ARROW-3786: --- Summary: Enable merge_arrow_pr.py script to run in non-English JIRA accounts. Key: ARROW-3786 URL: https://issues.apache.org/jira/browse/ARROW-3786 Project: Apache Arrow Issue Type: Improvement Components: Developer Tools Reporter: Yosuke Shiro I read [https://github.com/apache/arrow/tree/master/dev#arrow-developer-scripts] I did the following instruction. {code:java} dev/merge_arrow_pr.py{code} I got the following result. {code:java} Would you like to update the associated JIRA? (y/n): y Enter comma-separated fix version(s) [0.12.0]: === JIRA ARROW-3748 === summary [GLib] Add GArrowCSVReader assigneeKouhei Sutou status オープン url https://issues.apache.org/jira/browse/ARROW-3748 list index out of range{code} It looks like an error on [https://github.com/apache/arrow/blob/master/dev/merge_arrow_pr.py#L181] . My JIRA account language is Japanese. This script does not seem to work if it is not English. {code:java} print(self.jira_con.transitions(self.jira_id)) [{'id': '701', 'name': '課題のクローズ', 'to': {'self': 'https://issues.apache.org/jira/rest/api/2/status/6';, 'description': '課題の検 討が終了し、解決方法が正しいことを表します。クローズした課題は再オープンすることができます。', 'iconUrl': 'https://issues.apache.org/jira/images/icons/statuses/closed.png';, 'name': 'クローズ', 'id': '6', 'statusCategory': {'self': 'https://issues.apache.org/jira/rest/api/2/statuscategory/3';, 'id': 3, 'key': 'done', 'colorName': 'green', 'name': '完了'}}}, {'id': '3', 'name': '課題を再オープンする', 'to': {'self': 'https://issues.apache.org/jira/rest/api/2/status/4';, 'description': '課題が一度解決されたが解決に間違いがあったと見なされ たことを表します。ここから課題を割り当て済みにするか解決済みに設定できます。', 'iconUrl': 'https://issues.apache.org/jira/images/icons/statuses/reopened.png';, 'name': '再オープン', 'id': '4', 'statusCategory': {'self': 'https://issues.apache.org/jira/rest/api/2/statuscategory/2';, 'id': 2, 'key': 'new', 'colorName': 'blue-gray', 'name': 'To Do'}}}]{code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3723) [Plasma] [Ruby] Add Ruby bindings of Plasma
Yosuke Shiro created ARROW-3723: --- Summary: [Plasma] [Ruby] Add Ruby bindings of Plasma Key: ARROW-3723 URL: https://issues.apache.org/jira/browse/ARROW-3723 Project: Apache Arrow Issue Type: New Feature Components: Plasma (C++), Ruby Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3724) [GLib] Update gitignore
Yosuke Shiro created ARROW-3724: --- Summary: [GLib] Update gitignore Key: ARROW-3724 URL: https://issues.apache.org/jira/browse/ARROW-3724 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3697) [Ruby] Add schema[:field1] and schema.each methods
Yosuke Shiro created ARROW-3697: --- Summary: [Ruby] Add schema[:field1] and schema.each methods Key: ARROW-3697 URL: https://issues.apache.org/jira/browse/ARROW-3697 Project: Apache Arrow Issue Type: Improvement Components: Ruby Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3692) [Gandiva] [Ruby] Add Ruby bindings of Gandiva
Yosuke Shiro created ARROW-3692: --- Summary: [Gandiva] [Ruby] Add Ruby bindings of Gandiva Key: ARROW-3692 URL: https://issues.apache.org/jira/browse/ARROW-3692 Project: Apache Arrow Issue Type: New Feature Components: Gandiva, Ruby Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3630) [Plasma] [GLib] Add GLib bindings of Plasma
Yosuke Shiro created ARROW-3630: --- Summary: [Plasma] [GLib] Add GLib bindings of Plasma Key: ARROW-3630 URL: https://issues.apache.org/jira/browse/ARROW-3630 Project: Apache Arrow Issue Type: New Feature Components: GLib, Plasma (C++) Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3567) [Gandiva] [GLib] Add GLib bindings of Gandiva
Yosuke Shiro created ARROW-3567: --- Summary: [Gandiva] [GLib] Add GLib bindings of Gandiva Key: ARROW-3567 URL: https://issues.apache.org/jira/browse/ARROW-3567 Project: Apache Arrow Issue Type: New Feature Components: Gandiva, GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3521) [GLib] Run Python using find_program in meson.build
Yosuke Shiro created ARROW-3521: --- Summary: [GLib] Run Python using find_program in meson.build Key: ARROW-3521 URL: https://issues.apache.org/jira/browse/ARROW-3521 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: Yosuke Shiro Assignee: Yosuke Shiro Fix For: 0.12.0 Because it is possible to run “python3” or “python2" -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3455) [C++] Support pkg-config for Gandiva
Yosuke Shiro created ARROW-3455: --- Summary: [C++] Support pkg-config for Gandiva Key: ARROW-3455 URL: https://issues.apache.org/jira/browse/ARROW-3455 Project: Apache Arrow Issue Type: Improvement Components: C++ Reporter: Yosuke Shiro Assignee: Yosuke Shiro Because we can detect whether Gandiva are built or not by pkg-config. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3240) [GLib] Add build instructions using Meson
yosuke shiro created ARROW-3240: --- Summary: [GLib] Add build instructions using Meson Key: ARROW-3240 URL: https://issues.apache.org/jira/browse/ARROW-3240 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: yosuke shiro Assignee: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3117) [GLib] Add garrow_chunked_array_to_string
yosuke shiro created ARROW-3117: --- Summary: [GLib] Add garrow_chunked_array_to_string Key: ARROW-3117 URL: https://issues.apache.org/jira/browse/ARROW-3117 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: yosuke shiro Assignee: yosuke shiro Fix For: 0.11.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-3046) [GLib] Use rubyish
yosuke shiro created ARROW-3046: --- Summary: [GLib] Use rubyish Key: ARROW-3046 URL: https://issues.apache.org/jira/browse/ARROW-3046 Project: Apache Arrow Issue Type: Improvement Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2979) [GLib] Add operator functions in garrow_decimal128
yosuke shiro created ARROW-2979: --- Summary: [GLib] Add operator functions in garrow_decimal128 Key: ARROW-2979 URL: https://issues.apache.org/jira/browse/ARROW-2979 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2824) [GLib] Add garrow_decimal128_array_get_value()
yosuke shiro created ARROW-2824: --- Summary: [GLib] Add garrow_decimal128_array_get_value() Key: ARROW-2824 URL: https://issues.apache.org/jira/browse/ARROW-2824 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2749) [GLib] Return GArrowDecimal128 instead of gchar * in garrow_decimal128_array_get_value
yosuke shiro created ARROW-2749: --- Summary: [GLib] Return GArrowDecimal128 instead of gchar * in garrow_decimal128_array_get_value Key: ARROW-2749 URL: https://issues.apache.org/jira/browse/ARROW-2749 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2748) [GLib] Add garrow_decimal_data_type_get_scale() (and _precision())
yosuke shiro created ARROW-2748: --- Summary: [GLib] Add garrow_decimal_data_type_get_scale() (and _precision()) Key: ARROW-2748 URL: https://issues.apache.org/jira/browse/ARROW-2748 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2739) [GLib] Use G_DECLARE_DERIVABLE_TYPE for GArrowDecimalDataType and GArrowDecimal128ArrayBuilder
yosuke shiro created ARROW-2739: --- Summary: [GLib] Use G_DECLARE_DERIVABLE_TYPE for GArrowDecimalDataType and GArrowDecimal128ArrayBuilder Key: ARROW-2739 URL: https://issues.apache.org/jira/browse/ARROW-2739 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2733) [GLib] Cast garrow_decimal128 to gint64
yosuke shiro created ARROW-2733: --- Summary: [GLib] Cast garrow_decimal128 to gint64 Key: ARROW-2733 URL: https://issues.apache.org/jira/browse/ARROW-2733 Project: Apache Arrow Issue Type: Improvement Components: GLib Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2729) [GLib] Add decimal128 array builder
yosuke shiro created ARROW-2729: --- Summary: [GLib] Add decimal128 array builder Key: ARROW-2729 URL: https://issues.apache.org/jira/browse/ARROW-2729 Project: Apache Arrow Issue Type: New Feature Components: GLib Reporter: yosuke shiro Support Decimal128Array and DecimalType. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2582) [GLib] Add negate functions for Decimal128
yosuke shiro created ARROW-2582: --- Summary: [GLib] Add negate functions for Decimal128 Key: ARROW-2582 URL: https://issues.apache.org/jira/browse/ARROW-2582 Project: Apache Arrow Issue Type: Improvement Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2580) [GLib] Fix abs functions for Decimal128
yosuke shiro created ARROW-2580: --- Summary: [GLib] Fix abs functions for Decimal128 Key: ARROW-2580 URL: https://issues.apache.org/jira/browse/ARROW-2580 Project: Apache Arrow Issue Type: Improvement Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2576) [GLib] Add abs functions for Decimal128.
yosuke shiro created ARROW-2576: --- Summary: [GLib] Add abs functions for Decimal128. Key: ARROW-2576 URL: https://issues.apache.org/jira/browse/ARROW-2576 Project: Apache Arrow Issue Type: New Feature Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2207) [GLib] Support decimal type
yosuke shiro created ARROW-2207: --- Summary: [GLib] Support decimal type Key: ARROW-2207 URL: https://issues.apache.org/jira/browse/ARROW-2207 Project: Apache Arrow Issue Type: New Feature Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2190) [GLib] Add add/remove field functions for RecordBatch.
yosuke shiro created ARROW-2190: --- Summary: [GLib] Add add/remove field functions for RecordBatch. Key: ARROW-2190 URL: https://issues.apache.org/jira/browse/ARROW-2190 Project: Apache Arrow Issue Type: New Feature Reporter: yosuke shiro Add AddColumn and RemoveColumn api to RecordBatch. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2166) [GLib] Implement Slice for Column
yosuke shiro created ARROW-2166: --- Summary: [GLib] Implement Slice for Column Key: ARROW-2166 URL: https://issues.apache.org/jira/browse/ARROW-2166 Project: Apache Arrow Issue Type: New Feature Reporter: yosuke shiro Add {{Slice}} api to Column. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2146) [GLib] Implement Slice for ChunkedArray
yosuke shiro created ARROW-2146: --- Summary: [GLib] Implement Slice for ChunkedArray Key: ARROW-2146 URL: https://issues.apache.org/jira/browse/ARROW-2146 Project: Apache Arrow Issue Type: Improvement Reporter: yosuke shiro Add {{Slice}} api for ChunkedArray. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2064) [GLib] Add common build problems link to the install section
yosuke shiro created ARROW-2064: --- Summary: [GLib] Add common build problems link to the install section Key: ARROW-2064 URL: https://issues.apache.org/jira/browse/ARROW-2064 Project: Apache Arrow Issue Type: Improvement Reporter: yosuke shiro I think I should add "Add common build problems" link to the install section. I read [https://github.com/apache/arrow/blob/master/c_glib/README.md] I did the following instruction. {quote}{{cd c_glib }} {{brew install -y gobject-introspection }} {{./configure PKG_CONFIG_PATH=$(brew --prefix libffi)/lib/pkgconfig:$PKG_CONFIG_PATH}} {quote} {{I got the following result.}} {quote}{{checking for arrow arrow-compute... no configure: error: Package requirements (arrow arrow-compute) were not met:}} {{ No package 'arrow' found }} {{No package 'arrow-compute' found }} {{Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables ARROW_CFLAGS and ARROW_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.}} {quote} I could not find the following link. [https://github.com/apache/arrow/blob/master/c_glib/README.md#common-build-problems] -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2053) [C++] Build instruction is incomplete
yosuke shiro created ARROW-2053: --- Summary: [C++] Build instruction is incomplete Key: ARROW-2053 URL: https://issues.apache.org/jira/browse/ARROW-2053 Project: Apache Arrow Issue Type: Improvement Reporter: yosuke shiro I read [https://github.com/apache/arrow/tree/master/cpp] I did the following instruction {quote}{{git clone https://github.com/apache/arrow.git }} {{cd arrow/cpp }} {{mkdir release }} {{cd release }} {{cmake .. -DCMAKE_BUILD_TYPE=Release }} {{make unittest}} {quote} {{and I read [https://github.com/apache/arrow/tree/master/c_glib]}} {{I did the following c_glib instruction}} {quote}{{cd c_glib}} {{brew install -y gobject-introspection}} {{./configure PKG_CONFIG_PATH=$(brew --prefix libffi)/lib/pkgconfig:$PKG_CONFIG_PATH}} {quote} {{I got the following result}} {quote}checking for arrow arrow-compute... no configure: error: Package requirements (arrow arrow-compute) were not met: No package 'arrow' found No package 'arrow-compute' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables ARROW_CFLAGS and ARROW_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.{quote} I need the following information to succeed * sudo make install -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2043) [Website
yosuke shiro created ARROW-2043: --- Summary: [Website Key: ARROW-2043 URL: https://issues.apache.org/jira/browse/ARROW-2043 Project: Apache Arrow Issue Type: Improvement Reporter: yosuke shiro -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (ARROW-2018) [C++] Build instruction on macOS and Homebrew is incomplete
yosuke shiro created ARROW-2018: --- Summary: [C++] Build instruction on macOS and Homebrew is incomplete Key: ARROW-2018 URL: https://issues.apache.org/jira/browse/ARROW-2018 Project: Apache Arrow Issue Type: Improvement Components: C++ Affects Versions: 0.8.0 Reporter: yosuke shiro I read [https://github.com/apache/arrow/blob/master/cpp/README.md] I did the following instruction {quote}On OS X, you can use [Homebrew|https://brew.sh/]: brew update && brew bundle --file=c_glib/Brewfile {quote} I got the following result {quote}% brew update && brew bundle --file=c_glib/Brewfile (git)-[master] Updated 3 taps (caskroom/cask, caskroom/versions, homebrew/core). ==> Updated Formulae git ✔ bit cryptopp envconsul fwup hugo just leptonica mlt pdnsrec wget imagemagick@6 ✔ cocoapods dlib etcd gitlab-runner imagemagick khard libtomcrypt nss quicktype wtf awscli conan dmd fn go imagesnap knot-resolver mariadb-connector-c orc-tools tomcat bench cryfs dub folly godep jenkins kubernetes-helm micropython parallel vala ==> Tapping homebrew/bundle Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle'... remote: Counting objects: 59, done. remote: Compressing objects: 100% (53/53), done. remote: Total 59 (delta 8), reused 13 (delta 3), pack-reused 0 Unpacking objects: 100% (59/59), done. Tapped 0 formulae (130 files, 173.3KB) Error: No Brewfile found {quote} I need the following information to succeed * I need to clone the Apache Arrow repository. * I need to move to the top directory. -- This message was sent by Atlassian JIRA (v7.6.3#76005)