Checked from the scratch branch:
1. Ran unit tests:
- JDK8 - all unit tests pass.
- JDK7 - unable to run unit tests, fails due to upgrade to
<hsqldb.version>2.4.1</hsqldb.version>.
[ERROR] java.lang.UnsupportedClassVersionError:
org/hsqldb/jdbc/JDBCDatabaseMetaData : Unsupported major.minor version 52.0

2. Connected to Apache Drill:
- custom application config (custom info message, excluded commands,
session options etc).
- checked custom application reset
- checked connection / re-connection / close
- checked proper exceptions are displayed when using incorrect url / driver
- ran random queries
- checked randomly commands / session options

Kind regards,
Arina



On Sat, Sep 8, 2018 at 8:25 AM Julian Hyde <jh...@apache.org> wrote:

> We have a release candidate for sqlline-1.5.0, based on
>
> https://github.com/julianhyde/sqlline/commit/73d5974b6e694154bc47172f65d56ae47aa536aa
> .
>
> This is not an Apache release, so there is no .tar.gz to look at, and
> no formal vote, but I'd appreciate if one or two people look it over.
> The jar is staged at maven central, so you can try it out by changing
> 1.4.0 to 1.5.0 in your project's pom.xml.
>
> If there are no objections I'll make the release official tomorrow.
>
> Julian
>
> On Thu, Sep 6, 2018 at 11:36 AM Julian Hyde <jh...@apache.org> wrote:
> >
> > We’re very close to an RC for sqlline-1.5.0. Arina is working to
> finalize https://github.com/julianhyde/sqlline/issues/106.
> >
> > This is going to be the biggest sqlline release for a long time.
> (Special thanks to Sergey Nuyanzin for many, many high-quality PRs.)
> >
> > If you’re in the Calcite community and would like to help, please give
> the new sqlline a try and log any bugs you see. Get the latest sqlline
> master, run ‘mvn install’, then in your Calcite pom.xml change
> sqlline.version from 1.4.0 to 1.5.0-SNAPSHOT. You may need to ‘rm
> target/fullclasspath.txt’ before you run ‘./sqlline’.
> >
> > Julian
> >
> >
> > On Sep 4, 2018, at 2:00 PM, Julian Hyde <jh...@apache.org> wrote:
> >
> > We said first week of September. Now it’s the first release of
> September. I think I can make a release candidate for sqlline-1.5.0 in the
> next few days. (As a non-Apache project, there is no formal vote for
> releases, but I welcome feedback.)
> >
> > There are few issues/PRs[1][2][3] that require jline3, and jline3 only
> works on JDK 8 and higher. I propose to take those PRs immediately AFTER
> this release. Thus, sqlline-1.5 will be the last sqlline release that
> supports JDK 1.6 or 1.7.
> >
> > Julian
> >
> > [1] https://github.com/julianhyde/sqlline/issues/105
> >
> > [2] https://github.com/julianhyde/sqlline/pull/115
> >
> > [3] https://github.com/julianhyde/sqlline/issues/73
> >
> >
> > On Aug 19, 2018, at 10:22 AM, Sergey Nuyanzin <snuyan...@gmail.com>
> wrote:
> >
> > Thank you for a good news.
> > I've added a new PR based on this #86 and I guess in one or two days will
> > add one more
> >
> > On Sun, Aug 19, 2018 at 7:06 PM Julian Hyde <jh...@apache.org> wrote:
> >
> > I’ve pushed PR #86...
> >
> https://github.com/julianhyde/sqlline/commit/8e0061f113d89a11ca03f4b48eda3340fd00375c
> > <
> >
> https://github.com/julianhyde/sqlline/commit/8e0061f113d89a11ca03f4b48eda3340fd00375c
> >
> >
> >
> > I’ll try to get to your remaining PRs in the next few days. Keep up the
> > good work!
> >
> > Julian
> >
> >
> > On Aug 18, 2018, at 11:04 AM, Sergey Nuyanzin <snuyan...@gmail.com>
> >
> > wrote:
> >
> >
> > Julian,
> > thank you very much for merging
> >
> > about PR on which I would like to build to add one more improvement:
> > currently there is only one
> > https://github.com/julianhyde/sqlline/pull/86 (commit 340c3b1 )
> >
> > Sergey and others, Is first week of September still a good timeframe
> >
> > for
> >
> > release?
> > for me yes it is good
> >
> >
> > On Sat, Aug 18, 2018 at 8:14 PM Julian Hyde <jh...@apache.org> wrote:
> >
> > Sergey,
> >
> > I see a lot of pull requests for sqlline coming in from you… which is
> > excellent! You have said in a previous thread that it would be helpful
> >
> > if
> >
> > some of them are merged to master because you want to build on that. So,
> > could you give me an ordered list of PR numbers that are ready to merge?
> > That would be helpful for me as I try to work through the backlog and
> >
> > merge
> >
> > them.
> >
> > Sergey and others, Is first week of September still a good timeframe for
> > release?
> >
> > Julian
> >
> >
> > On Aug 9, 2018, at 1:35 AM, Julian Hyde <jhyde.apa...@gmail.com>
> >
> > wrote:
> >
> >
> > Let’s wait about a month then. Target the first week in September.
> >
> > (Good to see all these new features Sergey... keep them coming!)
> >
> > Julian
> >
> > On Aug 7, 2018, at 11:44 AM, Sergey Nuyanzin <snuyan...@gmail.com>
> >
> > wrote:
> >
> >
> > +1 for release
> > at the same time I am ok to wait about a month
> > (I have a few ideas about some more improvements)
> >
> > On Tue, Aug 7, 2018 at 5:29 AM Julian Hyde <julianh...@gmail.com>
> >
> > wrote:
> >
> >
> > (Forgive the cross-posting. The sqlline dev list isn’t very active,
> >
> > and
> >
> > many of the sqlline community are in the calcite community. Please
> >
> > reply to
> >
> > calcite dev only.)
> >
> > There have been a number of enhancements to sqlline recently[1]
> >
> > (thanks,
> >
> > Sergey!). Is it time for a release of sqlline? Or should we plan to
> >
> > have a
> >
> > release in say a month, to give people time to add more features.
> >
> > Julian
> >
> > [1] https://github.com/julianhyde/sqlline/commits/master
> >
> > --
> > You received this message because you are subscribed to the Google
> >
> > Groups
> >
> > "sqlline-dev" group.
> > To unsubscribe from this group and stop receiving emails from it,
> >
> > send
> >
> > an
> >
> > email to sqlline-dev+unsubscr...@googlegroups.com.
> > To post to this group, send email to sqlline-...@googlegroups.com.
> > To view this discussion on the web visit
> >
> >
> >
> https://groups.google.com/d/msgid/sqlline-dev/32DBFC47-F2D7-4DB4-9B32-3F36B54296C4%40gmail.com
> >
> > <
> >
> >
> >
> https://groups.google.com/d/msgid/sqlline-dev/32DBFC47-F2D7-4DB4-9B32-3F36B54296C4%40gmail.com?utm_medium=email&utm_source=footer
> >
> >
> > .
> > For more options, visit https://groups.google.com/d/optout.
> >
> >
> >
> > --
> > Best regards,
> > Sergey
> >
> >
> >
> >
> > --
> > Best regards,
> > Sergey
> >
> >
> >
> >
> > --
> > Best regards,
> > Sergey
> >
> >
> >
>

Reply via email to