DyfanJones / RAthena

Connect R to Athena using Boto3 SDK (DBI Interface)
https://dyfanjones.github.io/RAthena/
Other
35 stars 6 forks source link

Partition formatting and changing big integers #130

Closed DyfanJones closed 3 years ago

DyfanJones commented 3 years ago

Currently travis is erroring out with no error report just the following:

R CMD check fail logs
$ for name in $(find "${RCHECK_DIR}" -type f -name "*fail");do echo ">>> Filename: ${name} <<<";cat ${name};done

R CMD check log logs
$ for name in $(find "${RCHECK_DIR}" -type f -name "*log");do echo ">>> Filename: ${name} <<<";cat ${name};done

>>> Filename: RAthena.Rcheck/Rdlatex.log <<<

Hmm ... looks like a package

Not a 100% sure why this is, or what to do to fix it.

DyfanJones commented 3 years ago

Annoyingly this package passes locally:

==> devtools::test()

Loading RAthena
Testing RAthena
✓ |  OK F W S | Context
✓ |   2       | Append to Existing [26.5 s]                                                                                                
✓ |   1       | ARN Connection [13.5 s]                                                                                                    
✓ |   8       | Athena DDL                                                                                                                 
✓ |   4       | Athena Request                                                                                                             
✓ |   8       | bigint [0.2 s]                                                                                                             
✓ |   5       | query id caching [9.1 s]                                                                                                   
✓ |   4       | classes [2.1 s]                                                                                                            
✓ |   4       | data transfer data.table [83.7 s]                                                                                          
✓ |   4       | data transfer vroom [66.1 s]                                                                                               
✓ |  11       | Convert Table [24.6 s]                                                                                                     
✓ |   7       | Disconnect                                                                                                                 
✓ |   2       | dplyr compute [24.8 s]                                                                                                     
✓ |   3       | dplyr copy_to [29.5 s]                                                                                                     
⠋ |   1       | dplyr sql_translate_env                                                                                                    <SQL>
SELECT *
FROM "iris"

<PLAN>
✓ |  34       | dplyr sql_translate_env [0.6 s]                                                                                            
✓ |   3       | Exist/Remove [19.0 s]                                                                                                      
✓ |  15       | Athena Metadata [11.3 s]                                                                                                   
✓ |   4       | Testing retry function [0.8 s]                                                                                             
✓ |  10       | S3 upload location                                                                                                         
✓ |  19       | upload file setup [0.1 s]                                                                                                  
✓ |  10       | Athena Work Groups [6.2 s]                                                                                                 

══ Results ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
Duration: 318.4 s

[ FAIL 0 | WARN 0 | SKIP 0 | PASS 158 ]
DyfanJones commented 3 years ago

Due to issues with travis. I will remove travis and re-apply. Hopefully that fixes the issue