red-arrow 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/arrow/version.rb +1 -1
  3. metadata +71 -71
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f048aad4d5cc38373c1acc3976ba7012292c2b21315be7334704b6abbd4076fa
4
- data.tar.gz: 426aac582a879286bd8f6ae632f4851bcc00025a08032142f07073fd4c665c62
3
+ metadata.gz: df66b2dac421ab800bd00510e4a13e250646d1f1c27541f2ca44cd04be38a3ba
4
+ data.tar.gz: 3c39ec6a1a3ee48708a28583c125d96f9195e9973f6f2f3707cd923eca915329
5
5
  SHA512:
6
- metadata.gz: 5f7ab5ce2884d205b7d498db7f74d50c9c6228a4c27de8638fb921535c71fed28aa69ffdcb55bc27300e8b5995d5f31b0e78a29b2bd0513fcbf60d1514a58f79
7
- data.tar.gz: b6d28706fb0b4845c2b134e22f4988199e8714bf41e24a73d02b38a6161142ad04c7ebf30185791afb3c3a0b7a02701e92193b6ae55ff1e78089d60f3ca91c9a
6
+ metadata.gz: 9ebf50ffecfdea79140b158f5aeea0cc3bb63403e405bcbba2b34e288b8575df3df859b8f46eb12e26199e566237016d0e3907acc1d7c0d16e82d638c7bdce2e
7
+ data.tar.gz: 1ff1389d28db025efd82c87e9f85cfb7e3bce21abe85a1b943ca8536bbc1015b0015c05ab45e5d9a35914034a673da0bbc59f8211bb0b620ee4a7487f5fec413
data/lib/arrow/version.rb CHANGED
@@ -16,7 +16,7 @@
16
16
  # under the License.
17
17
 
18
18
  module Arrow
19
- VERSION = "4.0.0"
19
+ VERSION = "4.0.1"
20
20
 
21
21
  module Version
22
22
  numbers, TAG = VERSION.split("-")
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: 4.0.0
4
+ version: 4.0.1
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: 2021-04-26 00:00:00.000000000 Z
11
+ date: 2021-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal
@@ -364,8 +364,8 @@ homepage: https://arrow.apache.org/
364
364
  licenses:
365
365
  - Apache-2.0
366
366
  metadata:
367
- msys2_mingw_dependencies: arrow>=4.0.0
368
- post_install_message:
367
+ msys2_mingw_dependencies: arrow>=4.0.1
368
+ post_install_message:
369
369
  rdoc_options: []
370
370
  require_paths:
371
371
  - lib
@@ -380,88 +380,88 @@ required_rubygems_version: !ruby/object:Gem::Requirement
380
380
  - !ruby/object:Gem::Version
381
381
  version: '0'
382
382
  requirements: []
383
- rubygems_version: 3.2.15
384
- signing_key:
383
+ rubygems_version: 3.2.5
384
+ signing_key:
385
385
  specification_version: 4
386
386
  summary: Red Arrow is the Ruby bindings of Apache Arrow
387
387
  test_files:
388
- - test/fixture/TestOrcFile.test1.orc
389
- - test/fixture/float-integer.csv
390
- - test/fixture/integer-float.csv
391
- - test/fixture/null-with-double-quote.csv
392
- - test/fixture/null-without-double-quote.csv
393
- - test/fixture/with-header-float.csv
394
- - test/fixture/with-header.csv
395
- - test/fixture/without-header-float.csv
396
- - test/fixture/without-header.csv
397
- - test/helper/fixture.rb
398
- - test/helper/omittable.rb
388
+ - test/test-decimal256-array-builder.rb
389
+ - test/test-time64-data-type.rb
390
+ - test/test-sort-options.rb
391
+ - test/test-feather.rb
392
+ - test/test-decimal128.rb
393
+ - test/test-struct-array.rb
394
+ - test/test-data-type.rb
395
+ - test/test-list-data-type.rb
396
+ - test/test-dense-union-data-type.rb
397
+ - test/test-decimal256-array.rb
399
398
  - test/helper.rb
400
- - test/raw-records/test-basic-arrays.rb
401
- - test/raw-records/test-dense-union-array.rb
402
- - test/raw-records/test-list-array.rb
403
- - test/raw-records/test-multiple-columns.rb
404
- - test/raw-records/test-sparse-union-array.rb
405
- - test/raw-records/test-struct-array.rb
406
- - test/raw-records/test-table.rb
399
+ - test/test-record-batch.rb
400
+ - test/test-table.rb
407
401
  - test/run-test.rb
408
- - test/test-array-builder.rb
409
- - test/test-array.rb
410
- - test/test-bigdecimal.rb
411
- - test/test-buffer.rb
412
- - test/test-chunked-array.rb
413
- - test/test-column.rb
414
- - test/test-csv-loader.rb
415
- - test/test-data-type.rb
402
+ - test/test-timestamp-array.rb
416
403
  - test/test-date32-array.rb
404
+ - test/test-array-builder.rb
417
405
  - test/test-date64-array.rb
418
- - test/test-decimal128-array-builder.rb
419
- - test/test-decimal128-array.rb
406
+ - test/test-record-batch-file-reader.rb
420
407
  - test/test-decimal128-data-type.rb
421
- - test/test-decimal128.rb
422
- - test/test-decimal256-array-builder.rb
423
- - test/test-decimal256-array.rb
424
- - test/test-decimal256-data-type.rb
408
+ - test/test-time.rb
409
+ - test/test-timestamp-data-type.rb
425
410
  - test/test-decimal256.rb
426
- - test/test-dense-union-data-type.rb
427
411
  - test/test-dictionary-array.rb
428
- - test/test-dictionary-data-type.rb
429
- - test/test-feather.rb
430
- - test/test-field.rb
431
- - test/test-file-output-stream.rb
432
412
  - test/test-fixed-size-binary-array-builder.rb
413
+ - test/test-column.rb
414
+ - test/test-field.rb
415
+ - test/test-decimal128-array.rb
416
+ - test/test-csv-loader.rb
417
+ - test/test-bigdecimal.rb
433
418
  - test/test-fixed-size-binary-array.rb
434
- - test/test-group.rb
435
- - test/test-list-array-builder.rb
436
419
  - test/test-list-array.rb
437
- - test/test-list-data-type.rb
438
- - test/test-null-array.rb
439
- - test/test-orc.rb
440
- - test/test-record-batch-builder.rb
441
- - test/test-record-batch-file-reader.rb
442
- - test/test-record-batch-iterator.rb
443
- - test/test-record-batch.rb
420
+ - test/test-decimal256-data-type.rb
421
+ - test/test-time64-array.rb
444
422
  - test/test-rolling-window.rb
445
- - test/test-schema.rb
446
- - test/test-slicer.rb
423
+ - test/test-dictionary-data-type.rb
424
+ - test/fixture/integer-float.csv
425
+ - test/fixture/without-header-float.csv
426
+ - test/fixture/null-with-double-quote.csv
427
+ - test/fixture/with-header-float.csv
428
+ - test/fixture/TestOrcFile.test1.orc
429
+ - test/fixture/null-without-double-quote.csv
430
+ - test/fixture/without-header.csv
431
+ - test/fixture/with-header.csv
432
+ - test/fixture/float-integer.csv
433
+ - test/test-orc.rb
434
+ - test/test-null-array.rb
435
+ - test/test-time32-data-type.rb
436
+ - test/test-struct-data-type.rb
447
437
  - test/test-sort-indices.rb
438
+ - test/test-group.rb
448
439
  - test/test-sort-key.rb
449
- - test/test-sort-options.rb
450
- - test/test-sparse-union-data-type.rb
451
- - test/test-struct-array-builder.rb
452
- - test/test-struct-array.rb
453
- - test/test-struct-data-type.rb
454
- - test/test-table.rb
455
- - test/test-tensor.rb
456
- - test/test-time.rb
457
- - test/test-time32-array.rb
458
- - test/test-time32-data-type.rb
459
- - test/test-time64-array.rb
460
- - test/test-time64-data-type.rb
461
- - test/test-timestamp-array.rb
462
- - test/test-timestamp-data-type.rb
440
+ - test/test-buffer.rb
441
+ - test/values/test-struct-array.rb
463
442
  - test/values/test-basic-arrays.rb
464
- - test/values/test-dense-union-array.rb
465
443
  - test/values/test-list-array.rb
444
+ - test/values/test-dense-union-array.rb
466
445
  - test/values/test-sparse-union-array.rb
467
- - test/values/test-struct-array.rb
446
+ - test/test-slicer.rb
447
+ - test/test-list-array-builder.rb
448
+ - test/test-sparse-union-data-type.rb
449
+ - test/test-record-batch-builder.rb
450
+ - test/raw-records/test-struct-array.rb
451
+ - test/raw-records/test-table.rb
452
+ - test/raw-records/test-basic-arrays.rb
453
+ - test/raw-records/test-list-array.rb
454
+ - test/raw-records/test-dense-union-array.rb
455
+ - test/raw-records/test-sparse-union-array.rb
456
+ - test/raw-records/test-multiple-columns.rb
457
+ - test/test-array.rb
458
+ - test/test-file-output-stream.rb
459
+ - test/test-record-batch-iterator.rb
460
+ - test/test-tensor.rb
461
+ - test/test-decimal128-array-builder.rb
462
+ - test/test-chunked-array.rb
463
+ - test/test-schema.rb
464
+ - test/test-struct-array-builder.rb
465
+ - test/helper/fixture.rb
466
+ - test/helper/omittable.rb
467
+ - test/test-time32-array.rb