Zhenghua Gao created FLINK-13302:
Summary: DateTimeUtils.unixDateCeil returns the same value as
unixDateFloor does
Key: FLINK-13302
URL: https://issues.apache.org/jira/browse/FLINK-13302
Project: Flin
Hi??
I want to conrtibute to Apache Flink.
Would you please give me the contributor permission?
My JIRA ID is zhiyezou.
Jing Zhang created FLINK-13301:
--
Summary: Some PlannerExpression resultType is not consistent with
Calcite Type inference
Key: FLINK-13301
URL: https://issues.apache.org/jira/browse/FLINK-13301
Project:
Hi again,
Anyone has any opinion on this topic?
Best Regards,
Jiayi Liao
Original Message
Sender:bupt_ljybupt_...@163.com
Recipient:dev...@flink.apache.org
Cc:Tzu-Li (Gordon) taitzuli...@apache.org
Date:Tuesday, Jul 16, 2019 15:24
Subject:Add relative path support in Savepoint Connector
Hi al
Thanks for reporting this issue. I will take a look at it.
> 在 2019年7月17日,上午11:50,Danny Chan 写道:
>
> I have the same issue ~~
>
> Best,
> Danny Chan
> 在 2019年7月17日 +0800 AM11:21,Haibo Sun ,写道:
>> Hi, folks
>>
>>
>> I noticed that all of the Travis tests reported the following failure. Is
>>
Danny Chan created FLINK-13300:
--
Summary: Add OverwritableTableSink bridge logic to flink&blink
planner
Key: FLINK-13300
URL: https://issues.apache.org/jira/browse/FLINK-13300
Project: Flink
Is
Hi,
I want to contribute to Apache Flink.
Would you please give me the contributor permission?
My JIRA ID is mooonzhang.
I have the same issue ~~
Best,
Danny Chan
在 2019年7月17日 +0800 AM11:21,Haibo Sun ,写道:
> Hi, folks
>
>
> I noticed that all of the Travis tests reported the following failure. Is
> anyone working on this issue?
>
>
> ___ summary
>
Hi, folks
I noticed that all of the Travis tests reported the following failure. Is
anyone working on this issue?
___ summary
ERROR: py27: InvocationError for command
/home/travis/build/flink-ci/flink/flink-python/dev/.co
Haibo Sun created FLINK-13299:
-
Summary: flink-python failed on Travis
Key: FLINK-13299
URL: https://issues.apache.org/jira/browse/FLINK-13299
Project: Flink
Issue Type: Bug
Reporter:
Hi caizhi and kaka and jark:
I think we should keep current equals in RowType and StructuredType.
@Timo WaltherWhat do you think? Do you think we can use asSerializableString?
Best, JingsongLee
--
From:kaka chen
Send Time:2019年7月16
Hi Caizhi and Kaka,
Actually, equals-with-field-names and equals-without-field-names are both
needed in Flink SQL.
It's not correct to ignore field names comparison simply in RowType#equals.
We have encountered this problems before because RowTypeInfo doesn't
compare field names (see FLINK-12848).
Bowen Li created FLINK-13298:
Summary: write Chinese documentation and quickstart for Flink-Hive
compatibility
Key: FLINK-13298
URL: https://issues.apache.org/jira/browse/FLINK-13298
Project: Flink
Bowen Li created FLINK-13297:
Summary: Flink SQL should be able to reference functions across
catalogs with full path
Key: FLINK-13297
URL: https://issues.apache.org/jira/browse/FLINK-13297
Project: Flink
Bowen Li created FLINK-13296:
Summary: FunctionCatalog.lookupFunction() should check in memory
functions if the target function doesn't exist in catalog
Key: FLINK-13296
URL: https://issues.apache.org/jira/browse/FLIN
Bowen Li created FLINK-13295:
Summary: set current catalog and database after registering tables
and views in SQL CLI
Key: FLINK-13295
URL: https://issues.apache.org/jira/browse/FLINK-13295
Project: Flink
Bowen Li created FLINK-13294:
Summary: disable LocalExecutorITCase.testUseCatalogAndUseDatabase
Key: FLINK-13294
URL: https://issues.apache.org/jira/browse/FLINK-13294
Project: Flink
Issue Type:
Seth Wiesman created FLINK-13293:
Summary: Add state processor api to opt/ directory in flink-dist
Key: FLINK-13293
URL: https://issues.apache.org/jira/browse/FLINK-13293
Project: Flink
Issue
Hi Caizhi and Jark,
I think you are correct, from the quick view for source code, it should
only compares field types in the equals method.
Currently some composite logical row type has compared name and
description, such as RowType and StructuredType.
Thanks,
Kaka Chen
Caizhi Weng 于2019年7月16日周
Hi Caizhi and Mark,
I think you are correct, from the quick view for source code, it should
only compares field types in the equals method.
Currently some composite logical row type has compared name and
description, such as RowType and StructuredType.
Thanks,
Kaka Chen
Caizhi Weng 于2019年7月16日周
Hi Kaka and Jark,
On a side note, `RowTypeInfo` only compares field types in its `equals`
method. I think our new logical row type shouldn't break this behavior.
kaka chen 于2019年7月16日周二 下午10:53写道:
> Hi Jark,
>
> Thanks!
>
> Thanks,
> Kaka Chen
>
> Jark Wu 于2019年7月16日周二 下午10:30写道:
>
> > Hi Kaka
Thanks Haibo for the nice catch and Chesnay for the quick fix! I just
confirmed that flink-benchmark Jenkins is recovered and benchmark result
updated in codespeed center.
Best Regards,
Yu
On Tue, 16 Jul 2019 at 18:53, Chesnay Schepler wrote:
> Done.
>
> On 16/07/2019 12:47, Haibo Sun wrote:
>
Hi Jark,
Thanks!
Thanks,
Kaka Chen
Jark Wu 于2019年7月16日周二 下午10:30写道:
> Hi Kaka,
>
> Thanks for reporting this. We didn't cover integrate tests for connectors
> yet because of FLINK-13276. We will cover that after FLINK-13276 is fixed.
>
> The problem you raised might because we misused `Logical
Hi Kaka,
Thanks for reporting this. We didn't cover integrate tests for connectors
yet because of FLINK-13276. We will cover that after FLINK-13276 is fixed.
The problem you raised might because we misused `LogicalType.equals` which
will checks field names as well.
I have created an issue (FLINK-
Alejandro Sellero created FLINK-13292:
-
Summary: NullPointerException when reading a string field in a
nested struct from an Orc file.
Key: FLINK-13292
URL: https://issues.apache.org/jira/browse/FLINK-13292
Shakir Poolakkal Mukkath created FLINK-13291:
Summary: Cannot Privide AWS Direct Connect ENDPOINT
Key: FLINK-13291
URL: https://issues.apache.org/jira/browse/FLINK-13291
Project: Flink
Jark Wu created FLINK-13290:
---
Summary: Add IT cases for HBase connnector using blink planner
Key: FLINK-13290
URL: https://issues.apache.org/jira/browse/FLINK-13290
Project: Flink
Issue Type: Sub-t
LakeShen created FLINK-13289:
Summary: Blink Planner JDBCUpsertTableSink :
UnsupportedOperationException "JDBCUpsertTableSink can not support "
Key: FLINK-13289
URL: https://issues.apache.org/jira/browse/FLINK-13289
Chesnay Schepler created FLINK-13288:
Summary: Blink planner doesn't compile with Scala 2.12
Key: FLINK-13288
URL: https://issues.apache.org/jira/browse/FLINK-13288
Project: Flink
Issue T
Jingsong Lee created FLINK-13287:
Summary: Port ExistingField to api-java and use new Expression in
FieldComputer
Key: FLINK-13287
URL: https://issues.apache.org/jira/browse/FLINK-13287
Project: Flink
Done.
On 16/07/2019 12:47, Haibo Sun wrote:
`flink-tests_2.11:jar:tests:1.10-SNAPSHOT` was not deployed because
the JIRA (https://issues.apache.org/jira/browse/FLINK-12602) changed
the `artifactId` of `flink-tests` from
`flink-tests_${scala.binary.version}` to `flink-tests`.
I have create
`flink-tests_2.11:jar:tests:1.10-SNAPSHOT` was not deployed because the JIRA
(https://issues.apache.org/jira/browse/FLINK-12602) changed the `artifactId` of
`flink-tests` from `flink-tests_${scala.binary.version}` to `flink-tests`.
I have created a PR (https://github.com/dataArtisans/flink-b
I am looking this issue, the related codes which throw errors are:
SinkCodeGenerator:: validateFieldType()
...
// Tuple/Case class/Row type requested
case tt: TupleTypeInfoBase[_] =>
fieldTypes.zipWithIndex foreach {
case (fieldTypeInfo: GenericTypeInfo[_
Jingsong Lee created FLINK-13286:
Summary: Port SchemaValidator and others validators to table-common
Key: FLINK-13286
URL: https://issues.apache.org/jira/browse/FLINK-13286
Project: Flink
Is
Hi All,
We are trying to switch to blink table planner in HBase connector, which
found the following error:
Running org.apache.flink.addons.hbase.HBaseSinkITCase
Formatting using clusterid: testClusterID
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 28.042 sec
<<< FAILURE! -
Hi Jingsong:
Thanks very much.
Thanks,
Kaka Chen
JingsongLee 于2019年7月16日周二 下午5:03写道:
> Hi kaka:
> Yeah, there are still some problems, I create a JIRA[1] to trace it, I
> think we should solve it before 1.9 release.
>
> [1] https://issues.apache.org/jira/browse/FLINK-13285
>
> Best, JingsongLe
Hi kaka:
Yeah, there are still some problems, I create a JIRA[1] to trace it, I think we
should solve it before 1.9 release.
[1] https://issues.apache.org/jira/browse/FLINK-13285
Best, JingsongLee
--
From:kaka chen
Send Time:2019
Hi Danny,
Thanks for quick reply.
I replace the flink planner to blink planner deps in the kafka-connector
pom file, and run the unit test. It throws errors which I found in class
KafkaTableSourceSinkFactoryBase, it use SchemaValidator class which only
exists flink-planner, not blink-planner.
Tha
Jingsong Lee created FLINK-13285:
Summary: Connectors need to get rid of flink-table-planner
dependence
Key: FLINK-13285
URL: https://issues.apache.org/jira/browse/FLINK-13285
Project: Flink
How do you use the Kafka connector, through the TableEnvironment#sqlUpdate (the
DDL), or through the TableEnvironment#connect() (the table api) ?
Best,
Danny Chan
在 2019年7月16日 +0800 PM4:41,kaka chen ,写道:
> Hi All,
>
> We are trying to switch to blink table planner in Kafka's connector, but
> foun
Hi All,
We are trying to switch to blink table planner in Kafka's connector, but
found there is no SchemaValidator and related classes, how to resolve it?
Thanks.
Thanks,
Kaka Chen
lincoln lee created FLINK-13284:
---
Summary: Correct some builtin functions' return type inference
Key: FLINK-13284
URL: https://issues.apache.org/jira/browse/FLINK-13284
Project: Flink
Issue Ty
Hi all,
Firstly I appreciate Gordon and Seth’s effort on this feature, which is
really helpful to our production use. Like you mentioned in the FLINK-12047,
one of the production uses is that we use the existing state to derive new
state. However, since the state handle is using the absolute
LakeShen created FLINK-13283:
Summary: JDBCLookup Exception: Unsupported type: LocalDate
Key: FLINK-13283
URL: https://issues.apache.org/jira/browse/FLINK-13283
Project: Flink
Issue Type: Bug
44 matches
Mail list logo