[DISCUSS] Draft board report for Apr 2021

2021-04-16 Thread Haisheng Yuan
Attached below is a draft of this month's board report. Please let me know if you have any additions or corrections. ## Description: The mission of Calcite is the creation and maintenance of software related to Dynamic data management framework ## Issues: There are no issues requiring board

Re: Support if function syntax: IF( condition, [value_if_true], [value_if_false] )

2021-04-16 Thread Julian Hyde
Calcite has an IF function but it is only enabled in certain function tables, because it is non-standard. > On Apr 16, 2021, at 6:12 AM, 段雄 wrote: > > Hi all, I use calcite find can't handle if function well. > ``` > No match found for function signature IF(, , > ) (state=,code=0) > ``` > >

Support if function syntax: IF( condition, [value_if_true], [value_if_false] )

2021-04-16 Thread 段雄
Hi all, I use calcite find can't handle if function well. ``` No match found for function signature IF(, , ) (state=,code=0) ``` So I want to add support this function in calcite, If you agree with this view. I will create an issue and work on. Thank you very much.

Re: Reset/restart CI

2021-04-16 Thread Alessandro Solimando
Hi all, locally on MacOS I have to set the SPARK_LOCAL_IP environment variable to overcome that very same problem (something along the line of export SPARK_LOCAL_IP="127.0.0.1"). I wonder if it wouldn't be less intrusive to set an environment variable rather than statically setting a SparkConf

Re: Reset/restart CI

2021-04-16 Thread JiaTao Tao
Hi The problem may be the wrong hostname in "/etc/hosts", a way to solve this problem is to set "spark.driver.bindAddress" explicitly, I've tested this and it works. I've created a JIRA(CALCITE-4587) and attached the PR( https://github.com/apache/calcite/pull/2404/files). Regards! Aron Tao

[jira] [Created] (CALCITE-4587) Set "spark.driver.bindAddress" explicitly to avoid java.net.BindException throw by Spark

2021-04-16 Thread Jiatao Tao (Jira)
Jiatao Tao created CALCITE-4587: --- Summary: Set "spark.driver.bindAddress" explicitly to avoid java.net.BindException throw by Spark Key: CALCITE-4587 URL: https://issues.apache.org/jira/browse/CALCITE-4587