red-arrow 0.17.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: red-arrow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apache Arrow Developers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-18 00:00:00.000000000 Z
11
+ date: 2020-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: extpp
@@ -192,6 +192,7 @@ files:
192
192
  - lib/arrow/array.rb
193
193
  - lib/arrow/bigdecimal-extension.rb
194
194
  - lib/arrow/block-closable.rb
195
+ - lib/arrow/buffer.rb
195
196
  - lib/arrow/chunked-array.rb
196
197
  - lib/arrow/column-containable.rb
197
198
  - lib/arrow/column.rb
@@ -208,6 +209,7 @@ files:
208
209
  - lib/arrow/decimal128-data-type.rb
209
210
  - lib/arrow/decimal128.rb
210
211
  - lib/arrow/dense-union-data-type.rb
212
+ - lib/arrow/dictionary-array.rb
211
213
  - lib/arrow/dictionary-data-type.rb
212
214
  - lib/arrow/field-containable.rb
213
215
  - lib/arrow/field.rb
@@ -221,8 +223,10 @@ files:
221
223
  - lib/arrow/null-array-builder.rb
222
224
  - lib/arrow/null-array.rb
223
225
  - lib/arrow/path-extension.rb
226
+ - lib/arrow/raw-table-converter.rb
224
227
  - lib/arrow/record-batch-builder.rb
225
228
  - lib/arrow/record-batch-file-reader.rb
229
+ - lib/arrow/record-batch-iterator.rb
226
230
  - lib/arrow/record-batch-stream-reader.rb
227
231
  - lib/arrow/record-batch.rb
228
232
  - lib/arrow/record-containable.rb
@@ -289,6 +293,7 @@ files:
289
293
  - test/test-decimal128-data-type.rb
290
294
  - test/test-decimal128.rb
291
295
  - test/test-dense-union-data-type.rb
296
+ - test/test-dictionary-array.rb
292
297
  - test/test-dictionary-data-type.rb
293
298
  - test/test-feather.rb
294
299
  - test/test-field.rb
@@ -301,6 +306,7 @@ files:
301
306
  - test/test-orc.rb
302
307
  - test/test-record-batch-builder.rb
303
308
  - test/test-record-batch-file-reader.rb
309
+ - test/test-record-batch-iterator.rb
304
310
  - test/test-record-batch.rb
305
311
  - test/test-rolling-window.rb
306
312
  - test/test-schema.rb
@@ -327,8 +333,8 @@ homepage: https://arrow.apache.org/
327
333
  licenses:
328
334
  - Apache-2.0
329
335
  metadata:
330
- msys2_mingw_dependencies: arrow>=0.17.1
331
- post_install_message:
336
+ msys2_mingw_dependencies: arrow>=1.0.0
337
+ post_install_message:
332
338
  rdoc_options: []
333
339
  require_paths:
334
340
  - lib
@@ -344,7 +350,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
344
350
  version: '0'
345
351
  requirements: []
346
352
  rubygems_version: 3.1.2
347
- signing_key:
353
+ signing_key:
348
354
  specification_version: 4
349
355
  summary: Red Arrow is the Ruby bindings of Apache Arrow
350
356
  test_files:
@@ -407,6 +413,7 @@ test_files:
407
413
  - test/test-column.rb
408
414
  - test/test-bigdecimal.rb
409
415
  - test/test-sparse-union-data-type.rb
416
+ - test/test-dictionary-array.rb
410
417
  - test/test-tensor.rb
411
418
  - test/test-time32-array.rb
412
419
  - test/test-buffer.rb
@@ -416,4 +423,5 @@ test_files:
416
423
  - test/test-dictionary-data-type.rb
417
424
  - test/test-date32-array.rb
418
425
  - test/test-field.rb
426
+ - test/test-record-batch-iterator.rb
419
427
  - test/test-struct-array.rb