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.
- checksums.yaml +4 -4
- data/lib/arrow/version.rb +1 -1
- metadata +71 -71
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df66b2dac421ab800bd00510e4a13e250646d1f1c27541f2ca44cd04be38a3ba
|
4
|
+
data.tar.gz: 3c39ec6a1a3ee48708a28583c125d96f9195e9973f6f2f3707cd923eca915329
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ebf50ffecfdea79140b158f5aeea0cc3bb63403e405bcbba2b34e288b8575df3df859b8f46eb12e26199e566237016d0e3907acc1d7c0d16e82d638c7bdce2e
|
7
|
+
data.tar.gz: 1ff1389d28db025efd82c87e9f85cfb7e3bce21abe85a1b943ca8536bbc1015b0015c05ab45e5d9a35914034a673da0bbc59f8211bb0b620ee4a7487f5fec413
|
data/lib/arrow/version.rb
CHANGED
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.
|
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-
|
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.
|
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.
|
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/
|
389
|
-
- test/
|
390
|
-
- test/
|
391
|
-
- test/
|
392
|
-
- test/
|
393
|
-
- test/
|
394
|
-
- test/
|
395
|
-
- test/
|
396
|
-
- test/
|
397
|
-
- test/
|
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/
|
401
|
-
- test/
|
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
|
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-
|
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-
|
422
|
-
- test/test-
|
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-
|
438
|
-
- test/test-
|
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-
|
446
|
-
- test/
|
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-
|
450
|
-
- test/test-
|
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/
|
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
|