Re: [DISCUSS] Tidying up Calcite's branches

2024-10-06 Thread Michael Mior
+1 -- Michael Mior mm...@apache.org On Sat, Oct 5, 2024 at 6:10 PM Julian Hyde wrote: > The Calcite git repository seems to be cluttered with unused branches. > I am especially tired of 'maint-0.4.12', which is eleven years old but > comes up every time I type 'gi

Re: [DISCUSSION] Automatically closing stale pull requests

2024-09-16 Thread Michael Mior
nitor to see if there are any issues, but these older PRs should eventually hit the threshold anyway. The check for stale PRs will now run daily or whenever it is manually triggered. -- Michael Mior mm...@apache.org On Thu, Aug 22, 2024 at 1:42 PM Michael Mior wrote: > Hi all, > > I

Re: [DISCUSSION] Automatically closing stale pull requests

2024-09-16 Thread Michael Mior
That's exactly what will happen with what I'm proposing. After 30 days, a PR will be marked as stale. The author will get a notification of this. After 90 more days with no activity, the PR will be closed. -- Michael Mior mm...@apache.org On Thu, Sep 12, 2024 at 9:30 PM Cancai

Re: [DISCUSSION] Automatically closing stale pull requests

2024-08-22 Thread Michael Mior
it doesn’t help, we can change policy back again. > > > > Julian > > > > > >> On Aug 22, 2024, at 10:59 AM, Ruben Q L wrote: > >> > >> Thanks for opening the discussion, Michael. > >> +1 on the idea. > >> > >> > >

[DISCUSSION] Automatically closing stale pull requests

2024-08-22 Thread Michael Mior
atically close) Apache Solr, X=60, Y=-1 Apache Spark, X=100,Y=0 Apache Superset, X=60, Y=7 -- Michael Mior mm...@apache.org

Re: What are the design criteria for Calcite functions

2024-08-15 Thread Michael Mior
trying to accomplish using Calcite. -- Michael Mior mm...@apache.org On Thu, Aug 15, 2024 at 10:34 AM suibianwanwan33 < suibianwanwa...@foxmail.com> wrote: > I found that Mysql's STR_TO_DATE & DATE_FORMAT functions are not > supported in Calcite, I tried to understand and con

Re: [ANNOUNCE] New committer: Norman Jordan

2024-08-14 Thread Michael Mior
Congratulations Norman! -- Michael Mior mm...@apache.org On Wed, Aug 14, 2024 at 6:09 AM Stamatis Zampetakis wrote: > Apache Calcite's Project Management Committee (PMC) has invited Norman > Jordan to > become a committer, and we are pleased to announce that they have accepted.

Re: [ANNOUNCE] Mihai Budiu joins Calcite PMC

2024-07-26 Thread Michael Mior
Congratulations Mihai! -- Michael Mior mm...@apache.org On Thu, Jul 25, 2024 at 10:39 PM Benchao Li wrote: > I am pleased to announce that Mihai has accepted an invitation to > join the Calcite PMC. Mihai has been a consistent and helpful figure > in the Calcite community for which we

Re: Draft: board report for 2024 Q2

2024-07-03 Thread Michael Mior
+1 Thanks Benchao! -- Michael Mior mm...@apache.org On Wed, Jul 3, 2024 at 8:10 AM Benchao Li wrote: > Hello, > > Below you can find a draft of this quarter's board report. I plan to > submit the final version next Tuesday (Jul 9, 2024). > > Please let me know if yo

Re: Sortlimit and limit examples

2024-06-21 Thread Michael Mior
then converts that limit to a CassandraLimit which passes along the limit and offset information to CassandraToEnumerableConverter for when the query is executed. The EnumerableLimit is then replaced with a CassandraLimit effectively as a placeholder to signal that the limit has been handled. -- Michael

Re: arrow-adapter component creation in Jira

2024-06-04 Thread Michael Mior
Alessandro, I believe only PMC members can do this. I created the arrow-adapter component. -- Michael Mior mm...@apache.org On Tue, Jun 4, 2024 at 12:05 PM Alessandro Solimando < alessandro.solima...@gmail.com> wrote: > Hello, > it seems I don't have right to create new &qu

Re: [VOTE] Release Apache Calcite 1.37.0 (release candidate 4)

2024-04-30 Thread Michael Mior
+1 (binding) checked signatures and hash, compiled and ran tests. Thanks Sergey! -- Michael Mior mm...@apache.org On Mon, Apr 29, 2024 at 10:56 AM Sergey Nuyanzin wrote: > Hi all, > > The issue CALCITE-6390 with failing of Arrow Adapter tests on Windows while > building from sou

Re: Contributor Rights for Calcite JIRA

2024-04-10 Thread Michael Mior
Done! Thanks for contributing to Calcite. -- Michael Mior mm...@apache.org On Wed, Apr 10, 2024 at 11:27 AM Norman Jordan wrote: > Hello, > > Can I get contributor rights for the Calcite JIRA? I would like to be able > to create tickets, assign tickets to myself and edit tickets.

Re: [VOTE] Release Apache Calcite Avatica 1.25.0 (release candidate 0)

2024-04-04 Thread Michael Mior
Francis, +1 (checked signature and hash, ran tests) I can't recall if this is expected, but the gradle wrapper is missing from the release. This means that running tests via docker compose doesn't work. -- Michael Mior mm...@apache.org On Mon, Apr 1, 2024 at 11:40 PM Francis Chu

Re: Draft: board report for 2024 Q1

2024-04-03 Thread Michael Mior
+1 Thanks Benchao! -- Michael Mior mm...@apache.org On Wed, Apr 3, 2024 at 6:11 AM Benchao Li wrote: > Hello, > > Below you can find a draft of this quarter's board report. I plan to > submit the final version next Tuesday (Apr 9, 2024). > > Please let me know if yo

Re: [ANNOUNCE] Sergey Nuyanzin joins Calcite PMC

2024-03-05 Thread Michael Mior
Congratulations and welcome Sergey! -- Michael Mior mm...@apache.org On Tue, Mar 5, 2024 at 7:14 AM Benchao Li wrote: > I am pleased to announce that Sergey has accepted an invitation to > join the Calcite PMC. Sergey has been a consistent and helpful figure > in the Calcite comm

Re: Create adapter for Apache Arrow

2024-02-02 Thread Michael Mior
eciate one more set of eyes before this gets wrapped up. Thanks again Hongyu! -- Michael Mior mm...@apache.org On Fri, Feb 2, 2024 at 6:40 AM Hongyu Guo wrote: > Hi devs, > > Recently I found a [CALCITE-2040] "Create adapter for Apache Arrow"[1] that > is almost finished in

Re: [DISCUSS] Does web site use Google analytics?

2024-01-17 Thread Michael Mior
Worth noting that using Google Analytics is possible in compliance with the GDPR if configured appropriately. That said, although we could fix any configuration issues or find an alternative, I think it would also be fine to simply remove any analytics from the site altogether. -- Michael Mior mm

Re: squashing commit already in upstream

2023-12-11 Thread Michael Mior
someone else has pushed before you squash, I don't think that means a force push is out of the question, but in that case, it would probably be good to send a quick note to the dev list to make sure everyone is aware. -- Michael Mior mm...@apache.org On Sun, Dec 10, 2023 at 4:21 PM Mihai Budiu

Re: Access to Calcite plan execution

2023-09-26 Thread Michael Mior
ns on an easier way to implement this. -- Michael Mior mm...@apache.org On Tue, Sep 26, 2023 at 2:07 PM Luis Brassara wrote: > Hi, all. > > I'm using Apache Calcite with SQL. > > I'm trying to execute an SQL query like > > SELECT * FROM table WHERE some_field = 1

Re: A link in the code has expired

2023-08-24 Thread Michael Mior
I updated the Javadoc link. However, I also noticed there are a bunch of references to the Eigenbase JIRA in Bug.java that are also broken with no obvious alternative. -- Michael Mior mm...@apache.org On Tue, Aug 22, 2023 at 4:33 PM Julian Hyde wrote: > Yes, when eigenbase.org &l

Re: A link in the code has expired

2023-08-16 Thread Michael Mior
Thanks for pointing this out! It looks like Julian might have a mirror of that page at the link below that could be swapped out. Unfortunately, with the original page unavailable, I can't confirm. http://www.hydromatic.net/wiki/RelationalExpressionMetadata -- Michael Mior mm...@apache.org

Re: Force push to calcite main

2023-07-07 Thread Michael Mior
point, if I still wanted to force push, I would rebase to incorporate their changes if possible, and make sure I notify whoever pushed. -- Michael Mior mm...@apache.org On Fri, Jul 7, 2023 at 2:19 PM Julian Hyde wrote: > > I prefer keeping force push in place > > +1. I use force p

Re: Virtual key signing party

2023-06-29 Thread Michael Mior
Signed key attached. -- Michael Mior mm...@apache.org On Tue, Jun 27, 2023 at 3:32 AM Ruben Q L wrote: > Hello, > > I'll try to attend too. > Best, > Ruben > > > pub rsa4096 2020-09-26 [SC] > > 464F A4A3 D7E4 2112 E4CB 68F2 DF92 5FEB A08B 032B

Re: Virtual key signing party

2023-06-29 Thread Michael Mior
Signed key attached. -- Michael Mior mm...@apache.org On Mon, Jun 26, 2023 at 10:22 PM xiong duan wrote: > Hi Stamatis, > Thanks for organizing this party. I am in UTC+8. How about June 29, > 2023, 20:30 (UTC+8) So the UTC+2 time should be June 29, 2023, 14:30? > Here is my

Re: [ANNOUNCE] New committer: Zhe Hu

2023-06-28 Thread Michael Mior
Congratulations and welcome Zhe Hu! -- Michael Mior mm...@apache.org On Wed, Jun 28, 2023 at 7:04 AM Stamatis Zampetakis wrote: > Apache Calcite's Project Management Committee (PMC) has invited Zhe Hu to > become a committer, and we are pleased to announce that they have accepted.

Re: [ANNOUNCE] New committer: Jacky Lau

2023-06-28 Thread Michael Mior
Congratulations and welcome Jacky! -- Michael Mior mm...@apache.org On Wed, Jun 28, 2023 at 6:47 AM Stamatis Zampetakis wrote: > Apache Calcite's Project Management Committee (PMC) has invited Jacky Lau > to > become a committer, and we are pleased to announce that they

Re: Virtual key signing party

2023-06-26 Thread Michael Mior
I'll attend if possible. My key needs to be updated. (Not compromised, but I lost access to my previous signing key.) pub rsa4096 2022-06-17 [SC] [expires: 2038-06-13] EAC5 89C4 44F4 68FE 7E11 3D2D D8D7 2C13 CF2D 8DDB uid [ultimate] Michael Mior uid [ult

Re: OSS-Fuzz

2023-06-16 Thread Michael Mior
reasonable to me (assuming any discovered vulnerabilities can be kept private), that we should be free to ignore issues that are uncovered. -- Michael Mior mm...@apache.org On Fri, Jun 16, 2023 at 2:31 PM Julian Hyde wrote: > Someone from Google logged a case offering to add Calcite to the &g

Re: [ANNOUNCE] New committer: Oliver Lee

2023-06-14 Thread Michael Mior
Congratulations and welcome Oliver! On Tue, Jun 13, 2023, 06:45 Stamatis Zampetakis wrote: > Apache Calcite's Project Management Committee (PMC) has invited Oliver > Lee to become a committer, and we are pleased to announce that they > have accepted. > > Oliver started working with us around Nov

Re: [ANNOUNCE] New committer: Tanner Clary

2023-05-26 Thread Michael Mior
Congratulations and welcome Tanner! -- Michael Mior mm...@apache.org On Fri, May 26, 2023 at 5:05 AM Stamatis Zampetakis wrote: > Apache Calcite's Project Management Committee (PMC) has invited Tanner > Clary to become a committer, and we are pleased to announce that they >

Re: [DISCUSS] Disable JIRA worklog for GitHub PRs

2023-04-19 Thread Michael Mior
+1 from me as well On Wed, Apr 19, 2023, 04:19 Stamatis Zampetakis wrote: > Hello, > > Everything that happens in a GitHub PR creates a worklog entry under > the respective JIRA ticket. > For every worklog entry we receive a notification from j...@apache.org > when we are watching an issue. The

Re: [DISCUSS] Running Sql Logic Tests for Calcite

2023-04-15 Thread Michael Mior
Very cool! One approach could be to add set these tests to run periodically (daily/weekly) as opposed to being part of the CI pipeline. That way we still have a mechanism to keep tabs on bugs but the whole build isn't slow/broken until this is fixed. On Fri, Apr 14, 2023, 15:20 Mihai Budiu wrote:

Calcite development video

2023-04-06 Thread Michael Mior
tch?v=qSpokrc0Ofs -- Michael Mior mm...@apache.org

Re: A new logo for avatica?

2023-03-07 Thread Michael Mior
> I don't want people to see it as a standalone component. Can I assume you meant that you *do* want it to be seen as a standalone component? -- Michael Mior mm...@apache.org On Mon, Mar 6, 2023 at 8:50 PM Julian Hyde wrote: > A logo would be great. > > I don't thin

Re: Schema

2023-02-02 Thread Michael Mior
You should take a look at Apache Drill. Drill makes use of Calcite, but its primary focus is querying data without a schema. https://drill.apache.org/ -- Michael Mior mm...@apache.org On Wed, Feb 1, 2023 at 6:36 PM Matt Youill wrote: > Hi, quick question... does Calcite work with schema-l

Re: [ANNOUNCE] Benchao Li joins Calcite PMC

2023-01-27 Thread Michael Mior
Congratulations and welcome Benchao! -- Michael Mior mm...@apache.org On Fri, Jan 27, 2023 at 4:51 AM Stamatis Zampetakis wrote: > I am pleased to announce that Benchao has accepted an invitation to join > the Calcite PMC. Benchao has been a consistent and helpful figure in > th

Re: [ANNOUNCE] New committer: Istvan Toth

2023-01-26 Thread Michael Mior
Welcome Istvan! -- Michael Mior mm...@apache.org On Tue, Jan 24, 2023 at 4:58 PM Stamatis Zampetakis wrote: > Apache Calcite's Project Management Committee (PMC) has invited Istvan > Toth to become a committer, and we are pleased to announce that he > has accepted. &g

Re: [ANNOUNCE] New Calcite PMC chair: Stamatis Zampetakis

2023-01-19 Thread Michael Mior
Congratulations Stamatis and thanks Reuben! -- Michael Mior mm...@apache.org On Thu, Jan 19, 2023 at 12:04 PM Ruben Q L wrote: > Calcite community members, > > I am pleased to announce that we have a new PMC chair and VP as per our > tradition of rotating the chair once a

Re: [ANNOUNCE] New committer: Alex Plehanov

2023-01-06 Thread Michael Mior
Welcome Alex! -- Michael Mior mm...@apache.org On Fri, Jan 6, 2023 at 6:04 AM Ruben Q L wrote: > Apache Calcite's Project Management Committee (PMC) has invited Alex > Plehanov to become a committer, and we are pleased to announce that he has > accepted the invitation. > &g

Re: [DISCUSS] Code quality/coverage with SonarCloud & JaCoCo

2022-12-28 Thread Michael Mior
Thanks Stamatis! I haven't used SonarCloud before, but in general I think such tools can be quite useful. -- Michael Mior mm...@apache.org On Sat, Dec 24, 2022 at 4:01 PM Stamatis Zampetakis wrote: > Since there were no objections, I just logged INFRA-24038 [1] and plan to > move t

Re: [ANNOUNCE] New committer: Dmitry Sysolyatin

2022-11-09 Thread Michael Mior
Congratulations and welcome Dmitry! -- Michael Mior mm...@apache.org On Tue, Nov 8, 2022 at 12:44 PM Ruben Q L wrote: > Apache Calcite's Project Management Committee (PMC) has invited Dmitry > Sysolyatin to become a committer, and we are pleased to announce he has > accepted

Re: Migrating away from Travis-CI

2022-10-26 Thread Michael Mior
Thanks Francis! On Wed, Oct 26, 2022, 05:17 Francis Chuang wrote: > CALCITE-5306 has been merged for both Calcite and Avatica. I have lodged > a ticket with Infra to remove AppVeyor [1] from the Calcite repo, so > that it won't fail on each PR / push. > > [1] https://issues.apache.org/jira/brows

Re: [ANNOUNCE] New committer: Bertil Chapuis

2022-10-17 Thread Michael Mior
Thank you and welcome Bertil! -- Michael Mior mm...@apache.org On Sun, Oct 16, 2022 at 5:29 PM Julian Hyde wrote: > Apache Calcite's Project Management Committee (PMC) has invited Bertil > Chapuis to become a committer, and we are pleased to announce that he > has accepted.

Re: mocking service for Database

2022-09-26 Thread Michael Mior
*and* the core code required the file adapter. -- Michael Mior mm...@apache.org On Mon, Sep 26, 2022 at 12:03 PM Kartik Kudada wrote: > Thanks for the quick response. > > org.apache.calcite.adapter.csv is in the file module. > I tried to add example and file module in core's

Re: mocking service for Database

2022-09-26 Thread Michael Mior
Do you have the calcite-csv package as a dependency of your project? This must be added in addition to calcite-core. -- Michael Mior mm...@apache.org On Mon, Sep 26, 2022 at 10:37 AM Kartik Kudada wrote: > Hi Calcite Developers, > > I am working on a requirement where user querie

Re: [ANNOUNCE] Andrei Sereda joins Calcite PMC

2022-08-12 Thread Michael Mior
Congratulations and welcome Andrei! -- Michael Mior mm...@apache.org On Fri, Aug 12, 2022 at 1:48 PM Ruben Q L wrote: > I am pleased to announce that Andrei has accepted an invitation to join > the Calcite PMC. Andrei has been a consistent and helpful figure in > the Calcite comm

Re: Calcite Release 1.31 started

2022-08-03 Thread Michael Mior
Thanks for all your work Andrei! -- Michael Mior mm...@apache.org On Wed, Aug 3, 2022 at 12:44 PM Andrei Sereda wrote: > 1.31 has been released. > > You can resume dev work on the main branch. > > Thanks for your patience. > > > On Wed, Jul 20, 2022 at 2:52

Re: Draft: board report for 2022 Q2

2022-07-04 Thread Michael Mior
+1 Thanks Ruben! -- Michael Mior mm...@apache.org Le lun. 4 juil. 2022 à 07:52, Ruben Q L a écrit : > Hello, > > Below these lines you can find a draft of this quarter's board report. I > plan to submit it > at the end of this week. > Please let me know if you have any a

Re: [DISCUSS] How we choose a PMC chair

2022-07-04 Thread Michael Mior
+1 from me as well. -- Michael Mior mm...@apache.org Le dim. 3 juil. 2022 à 19:46, Julian Hyde a écrit : > As you know, Calcite has a tradition of choosing a new PMC chair (VP) > each year, around the anniversary of the project's graduation[1][2]. I > think this is a great trad

Re: Question about babel

2022-06-10 Thread Michael Mior
This has nothing to do with Javascript. Babel is a SQL parser in Calcite that is designed to be as permissive as possible. While the default Calcite parser attempts to adhere to SQL standards, the goal of the Babel parser is to accept as much as possible across varying dialects of SQL. -- Michael

Re: Apply contributor permission

2022-05-31 Thread Michael Mior
I have added you as a contributor. Welcome to Calcite! Le ven. 27 mai 2022 à 21:27, 4wei a écrit : > Hi all, > > I want to contribute to calcite, could anyone please give me the > contributor permission? > > My apache Jira account info: > Account name: 4wei > Fullname: Mou Wu > Email: wumou.4...

Re: [ANNOUNCE] Vladimir Ozerov joins Calcite PMC

2022-05-24 Thread Michael Mior
Congratulations Vladimir! -- Michael Mior mm...@apache.org Le mar. 24 mai 2022 à 16:47, Ruben Q L a écrit : > I am pleased to announce that Vladimir has accepted an invitation to join > the Calcite PMC. Vladimir has been a consistent and helpful figure in the > Calcite community for

Re: [ANNOUNCE] Chunwei Lei joins Calcite PMC

2022-05-24 Thread Michael Mior
Congratulations and thank you Chunwei! -- Michael Mior mm...@apache.org Le mar. 24 mai 2022 à 16:47, Ruben Q L a écrit : > I am pleased to announce that Chunwei has accepted an invitation to join > the > Calcite PMC. Chunwei has been a consistent and helpful figure in the > Calci

Re: [ANNOUNCE] Master branch renamed to main

2022-04-27 Thread Michael Mior
Thanks for checking Francis! Hopefully that means we won't have any issues. -- Michael Mior mm...@apache.org Le mar. 26 avr. 2022 à 22:23, Francis Chuang a écrit : > Quick update. I just did a dry-run release for Avatica and it built fine > without needing to set the branch in v

Re: [ANNOUNCE] Master branch renamed to main

2022-04-26 Thread Michael Mior
One outstanding issue is that I was unable to set the branch to main for stage-vote-release-plugin. I believe it may default to "master", so I'm not sure if we'll run into issues on the next release. -- Michael Mior mm...@apache.org Le mar. 26 avr. 2022 à 16:30, Julian Hyde

[ANNOUNCE] Master branch renamed to main

2022-04-26 Thread Michael Mior
itted changes: - git stash pop -- Michael Mior mm...@apache.org

Re: History for unreleased versions being published to site

2022-04-20 Thread Michael Mior
+1 Commented release notes seem to be an easy solution. -- Michael Mior mm...@apache.org Le mer. 20 avr. 2022 à 10:00, Julian Hyde a écrit : > Usually we don’t add release notes to history.md until the RC vote, so > this isn’t a problem. > > But occasionally we want to start

Re: History for unreleased versions being published to site

2022-04-20 Thread Michael Mior
I don't necessarily see this as a problem, although instead of 2022-MM-DD for the release date, it might be nice to clearly indicate this is unreleased. -- Michael Mior mm...@apache.org Le mer. 20 avr. 2022 à 08:00, Francis Chuang a écrit : > I noticed that some changes to Calcite

Re: Website build failure

2022-04-19 Thread Michael Mior
chael Mior mm...@apache.org Le mar. 19 avr. 2022 à 15:46, Michael Mior a écrit : > I took a brief look and it seems this was caused by the Ruby bundler not > being able to find a specific version of a gem. Looking further, I think > this is because the Docker image being used for Jekyll

[jira] [Created] (CALCITE-5102) Avatica website fails to build

2022-04-19 Thread Michael Mior (Jira)
Michael Mior created CALCITE-5102: - Summary: Avatica website fails to build Key: CALCITE-5102 URL: https://issues.apache.org/jira/browse/CALCITE-5102 Project: Calcite Issue Type: Bug

Re: Website build failure

2022-04-19 Thread Michael Mior
. It should be a matter of either using an older version of the Docker image or (probably better) updating the Ruby dependencies. -- Michael Mior mm...@apache.org Le mar. 19 avr. 2022 à 15:27, Julian Hyde a écrit : > Francis, > > The job to build the Avatica website failed after my

Re: [DISCUSS] Rename 'master' branch to 'main' (part 2)

2022-04-12 Thread Michael Mior
contributors, not any consumers of Calcite artifacts. -- Michael Mior mm...@apache.org Le mar. 12 avr. 2022 à 15:10, Julian Hyde a écrit : > In August 2020 Michael started a discussion[1] about renaming the > 'master' branch in Git to 'main'. A majority of the communi

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.a

Re: [DISCUSS] Github PR link to JIRA issue

2022-03-31 Thread Michael Mior
Stamatis, Unless I'm misunderstanding, Haisheng was referring to links in the opposite direction. That is, linking to JIRA issues from GitHub. The setting you reference is for creating a link from JIRA to GitHub. -- Michael Mior mm...@apache.org Le jeu. 31 mars 2022 à 13:53, Sta

Re: [DISCUSS] Github PR link to JIRA issue

2022-03-31 Thread Michael Mior
s/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources -- Michael Mior mm...@apache.org Le mer. 30 mars 2022 à 13:46, Haisheng Yuan a écrit : > Hi all, > > Previously, the JIRA issue e.g. [CALCITE-6789] in Ca

Re: Exception parsing "SELECT language"

2022-03-23 Thread Michael Mior
I understand SELECT CURRENT_TIMESTAMP is valid. I just didn't expect SELECT x to be valid. Anyway, thanks for the clarification! -- Michael Mior mm...@apache.org Le mer. 23 mars 2022 à 14:30, Julian Hyde a écrit : > SELECT CURRENT_TIMESTAMP > > Is a synactically and semantical

Re: Exception parsing "SELECT language"

2022-03-23 Thread Michael Mior
I was hinting that there might be a syntax issue caused by a missing part of the query. I would not have assumed "SELECT foobar" is a valid query both in syntax and semantics. -- Michael Mior mm...@apache.org Le mer. 23 mars 2022 à 14:12, Julian Hyde a écrit : > If there’s nowhere

Re: Exception parsing "SELECT language"

2022-03-23 Thread Michael Mior
What would you expect this query to return? You haven't specified a FROM clause, so there's no indication where "language" should come from. -- Michael Mior mm...@apache.org Le mer. 23 mars 2022 à 14:02, Adolfo Ochagavía a écrit : > Hi there, > > I am trying to

Re: [VOTE] Release Apache Calcite 1.30.0 (release candidate 3)

2022-03-18 Thread Michael Mior
+1 (binding) Checked hash and compiled and ran tests. Thanks for being RM! -- Michael Mior mm...@apache.org Le mar. 15 mars 2022 à 23:36, Fan Liya a écrit : > Hi all, > > I have created a build for Apache Calcite 1.30.0, release > candidate 3. > > Thanks to everyone who

Re: ARRAY_CONCAT does not work

2022-02-10 Thread Michael Mior
Exactly. I understand the problem is not CHAR(1) vs CHAR(7), but the record type. That is the point I was trying to make. -- Michael Mior mm...@apache.org Le jeu. 10 févr. 2022 à 07:47, Dmitry Sysolyatin a écrit : > Michael, the problem is not because CHAR(1) and CHAR(7). Calcite can der

Re: Contributor role request

2022-02-10 Thread Michael Mior
You just ask. GitHub implemented this a while ago for first-time contributors because of the potential for abuse. It has been approved. -- Michael Mior mm...@apache.org Le jeu. 10 févr. 2022 à 07:58, Roman Puchkovskiy < roman.puchkovs...@gmail.com> a écrit : > Thanks! > I'

Re: Contributor role request

2022-02-10 Thread Michael Mior
Welcome! I've added you as a contributor. -- Michael Mior mm...@apache.org Le jeu. 10 févr. 2022 à 07:15, Roman Puchkovskiy < roman.puchkovs...@gmail.com> a écrit : > Hello! I'd like to contribute to the Calcite project, could you please > grant me the Contributor role

Re: Visualizing Calcite data in Apache Superset

2022-02-10 Thread Michael Mior
You can connect to Calcite using JDBC. I'm not familiar with Superset, but a quick glance suggests that it does connect to other JDBC sources, so this seems like a possibility. -- Michael Mior mm...@apache.org Le dim. 30 janv. 2022 à 12:42, Gunnar Morling a écrit : > Hey all, > &g

Re: ARRAY_CONCAT does not work

2022-02-10 Thread Michael Mior
The two types in your example are incompatible. One is an array of CHAR(1). The other is an array of records, each with a single CHAR(7) field. -- Michael Mior mm...@apache.org Le ven. 4 févr. 2022 à 11:27, Dmitry Sysolyatin a écrit : > So, the previous case started to work. But I faced w

Re: Using Calcite with Python

2022-01-31 Thread Michael Mior
Flight is definitely another consideration for the future. Personally I think it would be most interesting to integrate Flight with Avatica as an alternative transport. But it would certainly also be useful to allow the Arrow adapter to connect to any Flight endpoint. -- Michael Mior mm

Re: Using Calcite with Python

2022-01-31 Thread Michael Mior
lem though as the first version of the adapter is only capable of reading from Arrow files. However, the goal is eventually to allow passing a memory reference into the adapter so that it would be possible to make use of Arrow data which is constructed in-memory elsewhere. -- Michael Mior mm...@apach

Re: [DISCUSS] Refactoring tests

2022-01-19 Thread Michael Mior
erience is very welcome. -- Michael Mior mm...@apache.org Le mer. 17 nov. 2021 à 01:15, Vladimir Sitnikov a écrit : > Jacques>This sounds like it will mean we will need to make calcite-core > test artifacts available > > Test artifacts publication is yet another anti-pattern jus

Re: [DISCUSS] Draft board report for Jan 2022

2022-01-11 Thread Michael Mior
Thanks Haisheng! Looks good to me. -- Michael Mior mm...@apache.org Le ven. 7 janv. 2022 à 12:32, Haisheng Yuan a écrit : > Attached below is a draft of this month's board report. I plan to submit it > on Jan 11. > Please let me know if you have additions or corrections. >

Re: Release notes preparation via release-drafter

2021-12-28 Thread Michael Mior
+1 for automating the process as much as possible. Also +1 for waiting until we have a discussion about it. -- Michael Mior mm...@apache.org Le mer. 22 déc. 2021 à 17:57, Julian Hyde a écrit : > > -1 > > Please don’t commit anything just yet. > > Rather than adding tools, can

Re: Why not make the "test" namespace public, or move to a separate Maven module that main pulls in as a "testOnly" dependency?

2021-12-28 Thread Michael Mior
Thanks Julian for CALCITE-4885! I've avoided trying to do anything with the notebook repository I created a while back since test artifacts are no longer published. It would be great to get that up to date with the latest Calcite version. -- Michael Mior mm...@apache.org Le mer. 22 déc. 2021

Re: [QUESTION] Calcite Learning Resources

2021-12-28 Thread Michael Mior
It's out of date and can't currently be easily updated since we're not publishing test artifacts, but you might also find these notebooks useful. https://github.com/michaelmior/calcite-notebooks -- Michael Mior mm...@apache.org Le jeu. 23 déc. 2021 à 21:36, Jing Zhang a écrit

Re: [ANNOUNCE] New committer: Alessandro Solimando

2021-12-18 Thread Michael Mior
Congratulations Alessandro! -- Michael Mior mm...@apache.org Le sam. 18 déc. 2021 à 09:09, Stamatis Zampetakis a écrit : > > Apache Calcite's Project Management Committee (PMC) has invited Alessandro > Solimando to become a committer, and we are pleased to announce that he

Re: [VOTE] Release apache-calcite-avatica-1.20.0 (release candidate 0) (second vote)

2021-12-13 Thread Michael Mior
+1 (binding) Checked release notes and hashes, compiled and ran tests. Thanks Julian! -- Michael Mior mm...@apache.org Le dim. 12 déc. 2021 à 21:45, Julian Hyde a écrit : > > Hi all, > > Yesterday I started a vote for Apache Calcite Avatica 1.20.0, release > candidate 0, and t

Re: calcite-core 1.28.0 now depends on kotlin-stdlib?

2021-12-04 Thread Michael Mior
ies with the RC announcement, giving others a chance to chime in. 3. Make some step of the release process fail if new dependencies are added since the last release unless a specific flag is given. The purpose of this flag would be to acknowledge that the new dependencies are in fact, intended to be add

Re: Contributor role request

2021-12-01 Thread Michael Mior
I have added you as a contributor. Unfortunately I won't be able to review currently. -- Michael Mior mm...@apache.org Le mer. 1 déc. 2021 à 14:11, Konstantin Orlov a écrit : > > Hello, community! > > I've created a ticket [1] and have already prepared a PR, but I need a &g

Re: [DISCUSS] JIRA vs GitHub Issues

2021-11-29 Thread Michael Mior
t is mmior, but my GitHub is michaelmior. Since I have this GH account linked to my ASF account, will my GH comments end up as coming from @michaelmior? -- Michael Mior mm...@apache.org Le dim. 28 nov. 2021 à 11:43, Vladimir Sitnikov a écrit : > > Hi, > > What do you think of movin

Re: DISCUSS: merge calcite-avatica and calcite repositories

2021-11-10 Thread Michael Mior
My mistake. I was unaware of the --allow-unrelated-histories flag :) -- Michael Mior mm...@apache.org Le mer. 10 nov. 2021 à 07:34, Dmitry Sysolyatin a écrit : > > No. hashes shouldn't change. > You can try the following steps and check: > > git pull https://github.com/apa

Re: DISCUSS: merge calcite-avatica and calcite repositories

2021-11-10 Thread Michael Mior
vatica repository which would no longer be active. -- Michael Mior mm...@apache.org Le mer. 10 nov. 2021 à 06:47, Dmitry Sysolyatin a écrit : > > Actually, it is possible to preserve the history of commits when you merge > two repos - > https://stackoverflow.com/questions/17371150/mov

Re: DISCUSS: merge calcite-avatica and calcite repositories

2021-11-09 Thread Michael Mior
think the decision of merging repositories and restructuring code or combing release schedules are two separate decisions. -- Michael Mior mm...@apache.org Le lun. 8 nov. 2021 à 19:43, Julian Hyde a écrit : > > There are many reasons to divide code into modules. To allow separate > communit

Re: Federated Query

2021-11-02 Thread Michael Mior
ss schemas. -- Michael Mior mm...@apache.org Le lun. 1 nov. 2021 à 15:38, Yogendra Sharma a écrit : > > Hi Team, > > I am exploring Apache Calcite to run federated queries on three different > databases. I could not find a working example anywhere on internet. > > Can you guys c

Re: Job postings on the dev list ?

2021-10-29 Thread Michael Mior
an engineer reach out on a dev mailing list seems more appropriate than getting a recruiter to do it. -- Michael Mior mm...@apache.org Le ven. 29 oct. 2021 à 13:48, Julian Hyde a écrit : > > I think Apache has some kind of policy on this, but I couldn’t find a link. > > It’s a diffic

Re: [DISCUSS] Draft board report for Oct 2021

2021-10-14 Thread Michael Mior
LGTM, although we have new committers to add now. -- Michael Mior mm...@apache.org Le mer. 6 oct. 2021 à 03:15, Haisheng Yuan a écrit : > > Attached below is a draft of this month's board report. I plan to submit it > on Oct 12. Please let me know if you have additions

Re: [ANNOUNCE] New committer: Zhaohui Xu

2021-10-14 Thread Michael Mior
Welcome Zhaohui! -- Michael Mior mm...@apache.org Le mer. 6 oct. 2021 à 16:48, Stamatis Zampetakis a écrit : > > Apache Calcite's Project Management Committee (PMC) has invited Zhaohui Xu > to > become a committer, and we are pleased to announce that they have accepted. >

Re: do some code contribution on calcite

2021-09-28 Thread Michael Mior
I have added you as a contributor. Welcome to Calcite! -- Michael Mior mm...@apache.org Le mar. 28 sept. 2021 à 16:17, zxyoung a écrit : > > I want to fix some bug in calcite jira and assign some issue to myself. > My jira username is xuyangzhong. > Can anyone help me? > Thanks very much :)

Re: [DISCUSS] Remove contributors name from commit summary

2021-09-23 Thread Michael Mior
+1 One of the reasons it was there was to make generating the changelog easier. However, this could be easily scripted to pull out the contributors name if needed. -- Michael Mior mm...@apache.org Le jeu. 23 sept. 2021 à 05:23, Stamatis Zampetakis a écrit : > > Hi all, > > Curr

Re: [DISCUSS] Pronouns

2021-09-21 Thread Michael Mior
+1 Thanks Julian! I'll add that in many cases, I see the possessive pronoun (e.g. his) also included but I don't know enough about the reasons for this to feel strongly either way. I've added my pronouns as well. -- Michael Mior mm...@apache.org Le mar. 21 sept. 2021 à 14:16,

Re: Cassandra with Calcite integration problem

2021-06-29 Thread Michael Mior
Unfortunately, I don't have a lot of advice here. The integration was designed to work, but not evaluated for performance. If you're able to do some profiling and understand where the slowdown lies, we may be able to help. -- Michael Mior mm...@apache.org Le lun. 14 juin 2021 à 11:3

Re: Minified javascript in source releases

2021-06-02 Thread Michael Mior
+1 for removing these entirely. I don't believe they are currently necessary. -- Michael Mior mm...@apache.org Le mer. 2 juin 2021 à 06:13, Stamatis Zampetakis a écrit : > > Hi all, > > In the recent votes for Calcite [1] and Avatica [2] there were some -1 > votes regarding

Fwd: [NOTICE] Git web site publishing to be done via .asf.yaml only as of July 1st

2021-05-31 Thread Michael Mior
is in the next week or two. -- Michael Mior mm...@apache.org -- Forwarded message - De : Daniel Gruno Date: lun. 31 mai 2021 à 09:41 Subject: [NOTICE] Git web site publishing to be done via .asf.yaml only as of July 1st To: Users TL;DR: if your project web site is kept in subve

  1   2   3   4   5   6   7   8   9   >