Build error: package does not exist

2019-10-26 Thread Hynek Noll
Hi everyone,
I'm trying to start the development in Flink and have followed the
instructions on the web to start an IntelliJ project.
I have cloned the latest Flink repo and upon Build, it gives me:

*Error:(21, 40) java: package org.apache.flink.sql.parser.impl does not
exist*

I've set up the project to use JDK 8 and later tried switching to Maven
3.1.1 (from the default 3.6.2), but no success.

This package seems to be missing on GitHub:
https://github.com/apache/flink/tree/master/flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser


Although a JavaDoc of it exists:
https://ci.apache.org/projects/flink/flink-docs-master/api/java/org/apache/flink/sql/parser/impl/package-summary.html


Am I missing something?

Best regards,
Hynek


Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>


Re: [jira] [Created] (FLINK-14535) Fix distinct key type for DecimalType in DistinctInfo

2019-10-26 Thread zha...@lenovocloud.com
unsubscribe



zha...@lenovocloud.com
 
From: Zhenghua Gao (Jira)
Date: 2019-10-26 09:33
To: dev
Subject: [jira] [Created] (FLINK-14535) Fix distinct key type for DecimalType 
in DistinctInfo
Zhenghua Gao created FLINK-14535:

 
 Summary: Fix distinct key type for DecimalType in DistinctInfo
 Key: FLINK-14535
 URL: https://issues.apache.org/jira/browse/FLINK-14535
 Project: Flink
  Issue Type: Sub-task
  Components: Table SQL / Planner
Affects Versions: 1.9.1
Reporter: Zhenghua Gao
 Fix For: 1.10.0
 
 
DecimalType in DistinctInfo bridged to wrong external BigDecimal type, which 
causes failures count distinct on decimal type.
 
 
 
--
This message was sent by Atlassian Jira
(v8.3.4#803005)