You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Mauricio 'Pachá' Vargas Sepúlveda (Jira)" <ji...@apache.org> on 2021/07/11 21:08:00 UTC

[jira] [Updated] (ARROW-13304) [C++] Unable to install nightly on Ubuntu 21.04 due to day of week options

     [ https://issues.apache.org/jira/browse/ARROW-13304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauricio 'Pachá' Vargas Sepúlveda updated ARROW-13304:
------------------------------------------------------
    Description: 
I see this errors after fetching from apache/arrow now:

 
{code:java}
compute.cpp: In function ‘std::shared_ptr<arrow::compute::FunctionOptions> make_compute_options(std::string, cpp11::list)’: compute.cpp:268:37: error: ‘DayOfWeekOptions’ in namespace ‘arrow::compute’ does not name a type 268 | using Options = arrow::compute::DayOfWeekOptions; | ^~~~~~~~~~~~~~~~ {code}
 

Some possible merged PR that might cause this is [https://github.com/apache/arrow/commit/fdd7d32bcbc4086242e6a3517ef49e4f4468bd56] (ARROW-13054)

 

I fetched the last changes up to 91f26

  was:
I see this errors after fetching from apache/arrow now:

 
{code:java}
compute.cpp: In function ‘std::shared_ptr<arrow::compute::FunctionOptions> make_compute_options(std::string, cpp11::list)’: compute.cpp:268:37: error: ‘DayOfWeekOptions’ in namespace ‘arrow::compute’ does not name a type 268 | using Options = arrow::compute::DayOfWeekOptions; | ^~~~~~~~~~~~~~~~ {code}
 

Some possible merged PR that might cause this is [https://github.com/apache/arrow/commit/fdd7d32bcbc4086242e6a3517ef49e4f4468bd56] (ARROW-13054)

 


> [C++] Unable to install nightly on Ubuntu 21.04 due to day of week options
> --------------------------------------------------------------------------
>
>                 Key: ARROW-13304
>                 URL: https://issues.apache.org/jira/browse/ARROW-13304
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 4.0.1
>         Environment: Ubuntu 21.04
>            Reporter: Mauricio 'Pachá' Vargas Sepúlveda
>            Priority: Major
>             Fix For: 5.0.0
>
>
> I see this errors after fetching from apache/arrow now:
>  
> {code:java}
> compute.cpp: In function ‘std::shared_ptr<arrow::compute::FunctionOptions> make_compute_options(std::string, cpp11::list)’: compute.cpp:268:37: error: ‘DayOfWeekOptions’ in namespace ‘arrow::compute’ does not name a type 268 | using Options = arrow::compute::DayOfWeekOptions; | ^~~~~~~~~~~~~~~~ {code}
>  
> Some possible merged PR that might cause this is [https://github.com/apache/arrow/commit/fdd7d32bcbc4086242e6a3517ef49e4f4468bd56] (ARROW-13054)
>  
> I fetched the last changes up to 91f26



--
This message was sent by Atlassian Jira
(v8.3.4#803005)