Applications for Travel Assistance to ApacheCon NA 2022 now open

2022-04-04 Thread Ruben Q L
The ASF Travel Assistance Committee (TAC) is pleased to announce that travel assistance applications for ApacheCon NA 2022 are now open! We will be supporting ApacheCon North America in New Orleans, Louisiana, on October 3rd through 6th, 2022. TAC exists to help those that would like to attend Ap

Re: Contributing a custom SQL dialect of Firebolt to Calcite

2022-04-04 Thread Raghav Sharma
Thankyou for the update. We will file a JIRA case with the link of the PR raised for the Calcite team to look into the code of the 'FireboltSqlDialect.java' file. Also, like it was mentioned before we did add a value 'FIREBOLT' to the list of allowable values for the 'TEST_DB' inside 'CalciteSyst

Re: Contributing a custom SQL dialect of Firebolt to Calcite

2022-04-04 Thread Stamatis Zampetakis
Hi Raghav, Some tests which make use of the TEST_DB property assume that the database has the foodmart dataset (possibly others as well) loaded [1]. If you need to run tests with Firebolt, Postgres, etc., you have to manually load the dataset there. To do that you can take some inspiration from ca

Re: [DISCUSS] Github PR link to JIRA issue

2022-04-04 Thread Michael Mior
Autolinks are listed as an "upcoming feature." I don't believe they can be currently controlled via .asf.yaml. -- Michael Mior mm...@apache.org Le sam. 2 avr. 2022 à 01:19, Julian Hyde a écrit : > The present hyperlinking was enabled by Stamatis: > https://issues.apache.org/jira/browse/CALCITE

Request to be a contributor in jira

2022-04-04 Thread ??????
Hello everybody:   My name is Jiajun Xie, I have completed some tickets in JIRA. For example, https://issues.apache.org/jira/browse/CALCITE-4323 and https://issues.apache.org/jira/browse/CALCITE-4997.   I'm ready to solve https://issues.apache.org/jira/browse/CALCITE-5048. Please assign the tic

[jira] [Created] (CALCITE-5083) In RelBuilder.project_, do not unwrap SARGs

2022-04-04 Thread Vladimir Ozerov (Jira)
Vladimir Ozerov created CALCITE-5083: Summary: In RelBuilder.project_, do not unwrap SARGs Key: CALCITE-5083 URL: https://issues.apache.org/jira/browse/CALCITE-5083 Project: Calcite Issue

Re: Why RelBuilder.project unwraps SARGs?

2022-04-04 Thread Vladimir Ozerov
Hi Julian, Thank you for the comments. I've created the PR: https://github.com/apache/calcite/pull/2762 Regards, Vladimir. сб, 2 апр. 2022 г. в 19:27, Julian Hyde : > Good catch. The unwrapping was not intentional on my part. Removing the > unwrapping seems like a benefit (less work for RelBuil

[jira] [Created] (CALCITE-5084) Support ROWS syntax with TABLESAMPLE

2022-04-04 Thread Rohan Garg (Jira)
Rohan Garg created CALCITE-5084: --- Summary: Support ROWS syntax with TABLESAMPLE Key: CALCITE-5084 URL: https://issues.apache.org/jira/browse/CALCITE-5084 Project: Calcite Issue Type: Task

Re: Request to be a contributor in jira

2022-04-04 Thread Francis Chuang
I've added you as a contributor in jira and I also assigned you to CALCITE-5048. Francis On 4/04/2022 11:20 pm, 谢佳君 wrote: Hello everybody:   My name is Jiajun Xie, I have completed some tickets in JIRA. For example, https://issues.apache.org/jira/browse/CALCITE-4323 and https://issues.apach

[jira] [Created] (CALCITE-5085) New Firebolt Dialect

2022-04-04 Thread Kevin Marr (Jira)
Kevin Marr created CALCITE-5085: --- Summary: New Firebolt Dialect Key: CALCITE-5085 URL: https://issues.apache.org/jira/browse/CALCITE-5085 Project: Calcite Issue Type: New Feature Comp

Vararg/Variadic UDFs or workarounds?

2022-04-04 Thread Ian Bertolacci
Howdy! We’re trying to add a vararg/variadic UDF, but cannot seem to make it work out. In our system, we define our UDFs to the Schema’s function multimap, and so have classes with methods which are provided to ScalarFunctionImpl.create(theClass, “methodName” ) to create the Function object, an