Thank you
I checkout u-boot tag: v2023.10
https://github.com/u-boot/u-boot/tree/v2023.10
run build:
```shell
export
STAGING_DIR=/home/foo/openwrt-toolchain-22.03.4-ramips-mt7621_gcc-11.2.0_musl.Linux-x86_64/
make mt7621_rfb_defconfig
make
CROSS_COMPILE=/home/foo/openwrt-toolchain-22.03.4-ramips-mt7621_gc
rom:
"xiaobo "
https://github.com/guxiaobo/calcite-json-adapter/blob/main/src/test/java/org/apache/calcite/adapter/json/test/JsonSchemaTest.java
---
@Test
public void test1_2()throws SQLException{
Map
after we change the String[] fields to Integer[] fields , the problem still
occurs.
our runnable test is at
https://github.com/guxiaobo/calcite-json-adapter/blob/main/src/test/java/org/apache/calcite/adapter/json/test/JsonSchemaTest.java
---
@Test
public void t
our runnable test is at
https://github.com/guxiaobo/calcite-json-adapter/blob/main/src/test/java/org/apache/calcite/adapter/json/test/JsonSchemaTest.java
-- original mail --
@Test
public void test1_2()throws SQLException{
Map> m
@Test
public void test1_2()throws SQLException{
Map
we updated our enumerator to return only the column data object for single
column projects, our projectable adapter works for basic queries now, but
faced with new problems which I'll send another mail.
Original
From:"xiaobo "< guxiaobo1...@qq.com >;
Dat
if we change the sql to "select c1, c2 from js.t1", then test2 passes,
and we found that
the deduce method CursorFactory returns OBJECT when the resultset has only one
column,
public static CursorFactory deduce(Listhttps://github.com/masayuki038/calcite-avro-sample,
we make a projectable ve
Hi,
Followed the avro example at
https://github.com/masayuki038/calcite-avro-sample,
we make a projectable version of our JsonAdapter at
https://github.com/guxiaobo/calcite-json-adapter,
but the simple test2 method at
https://github.com/guxiaobo/calcite-json-adapter/blob/main/src/test/jav
Hi,
we are trying to make our adapter projectable now, but we can't find the Java
file for the ImmutableCsvProjectTableScanRule class in the CSV example, can you
help with this.
/** Rule configuration. */
@Value.Immutable(singleton = false)
public interface Config extends RelRule.Config {
We are sorry that we can't simulate this problem with test code, but the
exception really repeats everytime with janino 3.1.6.
-- Original --
From: "XiaoboGu (Jira)";;
Send time: Wednesday, Mar 2, 2022 7:24 PM
To: "dev";
Subject: [jira] [Created] (CALCITE-502
odehaus.janino
>> janino
>>
>>
>> org.codehaus.janino
>> commons-compiler
>>
>>
>>
>>
>>
>> org.apache.calcite
>> calcite-file
>> 1.29.0
>>
>>
>> org.codehaus.janino
>> janino
>>
>>
>> org.codeha
I have put the testing code at github
https://github.com/guxiaobo/gxb-testing/blob/main/calcite-testing/src/test/java/com/xsmartware/testing/calcite/Test1.java
-- Original --
From: "xiaobo ";;
Send time: Friday, Feb 25, 2022 9:05 PM
To: "dev&q
$12.visitAssignment(UnitCompiler.java:3924)
~[janino-3.1.4.jar:na]
at org.codehaus.janino.Java$Assignment.accept(Java.java:4835)
~[janino-3.1.4.jar:na]
at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:3924)
~[janino-3.1.4.jar:na]
at org.codehaus.janino.Uni
We found the answer, we should pass total milliseconds of the day for SQL Time.
-- Original --
From: "xiaobo ";;
Send time: Thursday, Feb 24, 2022 8:48 PM
To: "dev";
Subject: Re: dynamic reflective schema
What we want to do is mappi
from Java LocalTime for SQL Time.
-- Original --
From: "xiaobo ";;
Send time: Thursday, Feb 24, 2022 12:26 PM
To: "dev";
Subject: Re: dynamic reflective schema
our adapter now supports
string,boolean,bigdecimal,long,localdate,localda
ka DOUBLE) corresponds to Java’s double.
SQL’s REAL type corresponds to Java’s float.
JDBC method names (e.g. getFloat, getDouble) refer to the Java types.
Julian
> On Feb 23, 2022, at 10:33 PM, xiaobo wrote:
>
> When trying to map Java Float Objects to SQL Float, we faild with the
keProvider(ProviderFactory.java:85)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
-- Original --
From: "xiaobo ";;
we have put the test coding on github
https://github.com/guxiaobo/calcite-json-adapter/tree/main/src/test/java/org/apache/calcite/adapter/json/test
-- Original --
From: "xiaobo ";;
Send time: Wednesday, Feb 23, 2022 3:11 PM
To: "dev";
Su
ded that I should have chosen a better
name for that class than ‘Baz’. :)
I figured ‘it’s generated, no one is ever going to know its name’. How wrong I
was. The stack traces are all over the internet.
Julian
> On Feb 22, 2022, at 3:32 PM, Scott Reynolds wrote:
>
> Whenever I se
Hi,
we are trying to make a dynamic reflective schema at github:
https://github.com/guxiaobo/calcite-json-adapter
we found our getRowType method has not been called when creating our JsonSchema
nor executing SQL, can you help checking what's missing.
below is the main test code:
this helps =)
On Sat, Feb 19, 2022 at 11:03 PM xiaobo
It seems because the public RelDataType getRowType(RelDataTypeFactory
typeFactory) method of our JsonTable class did not have a change to be called.
-- Original --
From: "xiaobo ";;
Send time: Tuesday, Feb 22, 2022 2:57 PM
To: "dev";
Su
e, you probably want to use "JsonScannableTable"
The CsvSchema example does exactly this, if you want to see an example
implementation:
https://github.com/apache/calcite/blob/4bc916619fd286b2c0cc4d5c653c96a68801d74e/example/csv/src/main/java/org/apache/calcite/adapter/csv/CsvSchema.java
Hi,
When using reflectiveSchema we must define a static Java class for the schema
object, but in our use case the actual data to query is dynamic, define JAVA
class for each data combination is impossible, we have an idea that can we make
a JSONSchema which accepts a Map>, so that each List
wi
ectiveSchema and "select
> count(*) from emps"; query execution to help you
> Give me one moment please
>
> On Sat, Feb 19, 2022 at 8:52 AM xiaobo
> wrote:
>
>> Hi,
>>
>> There is a documented "schema" parameter for the jdbc connection
GavinRay97/GraphQLCalcite/blob/1070d179b67d803f05975cf416c392b010823069/src/main/java/com/example/calcitewrappers/DatabaseManager.java#L22-L60
Hope this is helpful =)
On Fri, Feb 18, 2022 at 10:06 AM xiaobo wrote:
> Hi Gavin,
>
> Can you share a complete example of using a FrameworkConfig
> o
8348/src/main/kotlin/CalciteSchemaManager.kt#L23-L117
And here is the same in Java:
https://github.com/GavinRay97/GraphQLCalcite/blob/1070d179b67d803f05975cf416c392b010823069/src/main/java/com/example/calcitewrappers/DatabaseManager.java#L22-L60
Hope this is helpful =)
On Fri, Feb 18, 2022 at
nager.kt#L23-L117
And here is the same in Java:
https://github.com/GavinRay97/GraphQLCalcite/blob/1070d179b67d803f05975cf416c392b010823069/src/main/java/com/example/calcitewrappers/DatabaseManager.java#L22-L60
Hope this is helpful =)
On Fri, Feb 18, 2022 at 10:06 AM xiaobo wrote:
> Hi Gavin,
flectiveSchema, and then set
this as the default schema:
val rootSchema: SchemaPlus = Frameworks.createRootSchema(true)
val hrReflectiveSchema = ReflectiveSchema(HrSchema())
rootSchema.add("hr", hrReflectiveSchema)
Frameworks.newConfigBuilder()
.defaultSchema(rootSchema.getSubSch
ultiple
threads.
Best,
Stamatis
On Sat, Feb 12, 2022 at 2:14 PM xiaobo wrote:
> 3.1.4 of janino and commons-compiler works now.
>
>
>
>
> -- Original --
> From: "xiaobo ";;
> Send time: Saturday, Feb 12, 2022 8:04 PM
> To: &quo
t; instead of "emps"
val frameworkConfig: FrameworkConfig = Frameworks.newConfigBuilder()
.defaultSchema(connection.rootSchema)
.parserConfig(SqlParser.config().withCaseSensitive(false))
.build()
Hope this helps =)
On Fri, Feb 11, 2022 at 9:09 PM xiaobo wrote:
> sorry for the html escape char
3.1.4 of janino and commons-compiler works now.
-- Original --
From: "xiaobo ";;
Send time: Saturday, Feb 12, 2022 8:04 PM
To: "dev";
Subject: Re: calcite multi-threading problem
but strange enough, the same code work
but strange enough, the same code works in a single thread.
-- Original --
From: "xiaobo ";;
Send time: Saturday, Feb 12, 2022 8:02 PM
To: "dev";
Subject: Re: calcite multi-threading problem
we checked the janino release not
actory method with a classloader
parameter was removed intentionally?
but it seems calcite still needs it , so what version of janino should we use
for the latest calcite-core?
-- Original --
From: "xiaobo ";;
Send time: Saturday, Feb 12, 2022 12:01 PM
To
We come to the conclusion that fileds for tables and columns of the target
class must be public, and those not for tables and columns must not be public,
are we right?
-- Original --
From: "xiaobo ";;
Send time: Saturday, Feb 12, 2022 9:57 A
[] { new URL("jar:file:" + path + "!/") },
getClass().getClassLoader());
Class clazz = Class.forName(classPath, true, loader);
we mention this because the error message shows a classloader parameter.
-- Original -----
And if we remove calcite from our project, janino is not in "resolved
depencies" library list of pom.xml,
So we think it not the janino conflic problem.
-- Original --
From: "xiaobo ";;
Send time: Saturday, Feb 12, 2022 9:49 AM
To: &
unwrap(CalciteConnection.class);
SchemaPlus rootSchema = conn.getRootSchema();
Schema schema = new ReflectiveSchema(target);
rootSchema.add(schemaName, schema);
return conn;
-- Original --
From: &qu
Simple count sql against ReflectiveSchema failed with :
Error while executing SQL "select count(a.PA01AI01) from p.PRH_PA01 as a
": Unable to implement EnumerableAggregate(group=[{}], EXPR$0=[COUNT($0)]):
rowcount = 10.0, cumulative cost = {111.25 rows, 101.0 cpu, 0.0 io}, id = 37
EnumerableTa
Sorry for the HTML escape characters, I rewrite the problem as following:
SQL select count(a.PA01AI01) from p.PRH_PA01 as a
failed with :
Caused by: java.sql.SQLException: Error while executing SQL "select
count(a.PA01AI01) from p.PRH_PA01 as a
": From line 1, column 16 to line 1, column 23: Col
Dmitry Sysolyatin" > > Date: Fri, Feb 11, 2022 18:30 PM
> > > To: "dev" > > Subject: Re: calcite multi-threading problem
> > >
> > >
> > > Hi!
> > >
> >
> It looks like a dependency issue, not like a multi-threading iss
sorry about that, I'll correct it.
-- Original --
From: "Julian Hyde";;
Send time: Saturday, Feb 12, 2022 9:41 AM
To: "dev";
Subject: Re: calcite multi-threading problem
xiaobo,
Your emails are coming through with a lot of HTML
can you share the solution for the problem, we are using the following
libraries, and it seems janino 3.1.6 is only dependent by calcite-core.
the first filed's java class is as following, and SQL
select count(a.PA01AI01) from p.PRH_PA01 as a
failed with :
Caused by: java.sql.SQLException: Error while executing SQL "select
count(a.PA01AI01) from p.PRH_PA01 as a
": From line 1, column 16 to line 1, column 23: Column 'PA01AI01' not
we have tried the following and it does not work
Class.forName("org.apache.calcite.jdbc.Driver");
Properties info = new
Properties();
info.setProperty("lex", "JAVA");
info.setProperty(CalciteConnectionProperty.CASE_SENSITIVE.camelName(), "false");
:
"xiaobo "
we use maven and the effective pom contains only the 3.1.0 version of janino as
following:
yes, we use drools in the same project, and drools uses janino too, is
there a version list of janino which calcite supports?
---Original---
From: "Dmitry Sysolyatin"
yes, we use drools in the same project, and drools uses janino too, is
there a version list of janino which janino supports?
---Original---
From: "Dmitry Sysolyatin"
Hi,
we open a calcite connection with ReflectiveSchema in one thread, and execute
sqls in other threads against the connection, but failed with this error
com.google.common.util.concurrent.ExecutionError:
java.lang.NoSuchMethodError:
org.codehaus.commons.compiler.CompilerFactoryFactory.g
Hi,
Our testing code failed with the following error, can you help with it:
Error while executing SQL "select count(1)
from p.PRH_PA01
": class com.xsmartware.pbcm.sdk.pbc2p.PRH_PA01 cannot be cast to class
org.apache.calcite.runtime.FlatLists$ComparableList
(com.xsmartware.pbcm.sdk.pbc2p.PRH_
everybody agree.
Please find the draft below:
https://datatracker.ietf.org/doc/html/draft-liu-quic-mpquic-usecase
Thanks
Best Regards
---
Xiaobo Yu Ph.D. (于小博)
Standardization Department (标准化部)
Alibaba Group (阿里巴巴集团)
注意 :
本电邮(包括任何附件)含有机密资料及可能受法律保护
Data transmission on the I2C4 bus is not required during the system boot
process,
so it is disabled
Signed-off-by: Xiaobo Tian
---
arch/arm/dts/rk3399-nanopi-r4s.dts | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts
b/arch/arm/dts/rk3399-nanopi-r4s.dts
Remove the recommended MAC address from the network card.
NanoPi R4S has a EEPROM attached to the 2nd I2C bus (U92), which stores the MAC
address.
Signed-off-by: Xiaobo Tian
---
arch/arm/dts/rk3399-nanopi-r4s.dts | 15 ---
1 file changed, 15 deletions(-)
diff --git a/arch/arm/dts
The host-index-min property is invalid,
so it inherits from the sdmmc definition in dtsi.
Signed-off-by: Xiaobo Tian
---
arch/arm/dts/rk3399-nanopi-r4s.dts | 4
1 file changed, 4 deletions(-)
diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts
b/arch/arm/dts/rk3399-nanopi-r4s.dts
index
Correct the LEDS label name and remove the board type prefix,
which is actually unnecessary here, removes the redefined system status LED pin.
Signed-off-by: Xiaobo Tian
---
arch/arm/dts/rk3399-nanopi-r4s.dts | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/arch/arm/dts
1. Delete unused Ethernet aliases
2. Modify the label of the LEDS lamp
3. Inherit the definition of the system status lamp in DSTI
4. Removed error 3.3V incorrect use of 5V supply
Signed-off-by: Xiaobo Tian
---
arch/arm/dts/rk3399-nanopi-r4s.dts | 40 +-
1 file
Signed-off-by: Xiaobo Tian
---
arch/arm/dts/rk3399-nanopi-r4s.dts | 40 +-
1 file changed, 12 insertions(+), 28 deletions(-)
diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts
b/arch/arm/dts/rk3399-nanopi-r4s.dts
index 6f2cf17bf1..a85f4bf491 100644
--- a/arch/arm/dts
1. Modify the VCC VDD power layout
2. Modify Ethernet1 interface of PCIE0
Reviewed-by: Kever Yang
Signed-off-by: xiaobo
---
arch/arm/dts/rk3399-nanopi-r4s.dts | 85 ++
1 file changed, 63 insertions(+), 22 deletions(-)
diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts
1. Modify the VCC VDD power layout
2. Modify Ethernet1 interface of PCIE0
Signed-off-by: xiaobo
---
arch/arm/dts/rk3399-nanopi-r4s.dts | 85 ++
1 file changed, 63 insertions(+), 22 deletions(-)
diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts
b/arch/arm/dts/rk3399
1. R4S passive silent heat dissipation based on metal housing,
no active heat dissipation by fan, so PWM-Fan and CPU_Thermal are removed
2. Modify Ethernet1 interface of PCIE0
3. Modify the VCC VDD power layout
Signed-off-by: xiaobo
---
arch/arm/dts/rk3399-nanopi-r4s.dts | 79
1. R4S passive silent heat dissipation based on metal housing,
no active heat dissipation by fan, so PWM-Fan and CPU_Thermal are removed
2. Modify Ethernet1 interface of PCIE0
3. Modify the VCC VDD power layout
Signed-off-by: xiaobo
---
arch/arm/dts/rk3399-nanopi-r4s.dts | 79
NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with
dual-Core Cortex-A72 and Mali-T864 GPU with 1GiB(DDR3-1866) of RAM
Signed-off-by: xiaobo
---
arch/arm/dts/Makefile | 1 +
.../arm/dts/rk3399-nanopi-r4s-1gb-u-boot.dtsi | 16 ++
arch/arm/dts/rk3399
NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with
dual-Core Cortex-A72 and Mali-T864 GPU with 1GiB(DDR3-1866) of RAM
Signed-off-by: xiaobo
---
arch/arm/dts/Makefile | 1 +
.../arm/dts/rk3399-nanopi-r4s-1gb-u-boot.dtsi | 16 ++
arch/arm/dts/rk3399
From: Tom Rini
Signed-off-by: Tom Rini
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index e048113ae2..a73481d18c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
VERSION = 2021
PATCHLEVEL = 07
SUBLEVEL =
-EXTRAVERSION = -rc3
+EXTRAV
From: Alexandru Gagniuc
This reverts commit 38d6b7ebdaee3e0e8426ef1b9df88bdce8ae2e75.
struct global_data contains a pointer to the bd_info structure. This
pointer was populated spl_set_bd() to a pre-allocated bd_info in the
".data" section. The referenced commit replaced this mechanism to one
th
From: Xiaobo Tian
NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with
dual-Core Cortex-A72 and Mali-T864 GPU with 4GiB(LPDDR4) of RAM, SD card
support,
including 2 gigabit ethernet(RTL8211E 1Gbps - RTL8111H 1Gbps) and 2 USB 3.0
port.
port.It also has two GPIO headers which
From: Xiaobo Tian
NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with
dual-Core Cortex-A72 and Mali-T864 GPU with 4GiB(LPDDR4) of RAM, SD card
support,
including 2 gigabit ethernet(RTL8211E 1Gbps - RTL8111H 1Gbps) and 2 USB 3.0
port.
port.It also has two GPIO headers which
From: Xiaobo Tian
NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with
dual-Core Cortex-A72 and Mali-T864 GPU with 4GiB(LPDDR4) of RAM, SD card
support,
including 2 gigabit ethernet(RTL8211E 1Gbps - RTL8111H 1Gbps) and 2 USB 3.0
port.
port.It also has two GPIO headers which
From: Xiaobo Tian
NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with
dual-Core Cortex-A72 and Mali-T864 GPU with 4GiB(LPDDR4) of RAM, SD card
support,
including 2 gigabit ethernet(RTL8211E 1Gbps - RTL8111H 1Gbps) and 2 USB 3.0
port.
port.It also has two GPIO headers which
[
https://issues.apache.org/jira/browse/ARROW-11065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17268792#comment-17268792
]
Xiaobo Zhang commented on ARROW-11065:
--
Can someone help me on this issue?
Th
[
https://issues.apache.org/jira/browse/ARROW-11065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258457#comment-17258457
]
Xiaobo Zhang commented on ARROW-11065:
--
I am a little puzzled now. I is
[
https://issues.apache.org/jira/browse/ARROW-11065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Zhang updated ARROW-11065:
-
Attachment: cmake.log
> [C++] Installation failed on AIX
[
https://issues.apache.org/jira/browse/ARROW-11065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Zhang updated ARROW-11065:
-
Attachment: CMakeError.log
> [C++] Installation failed on AIX
[
https://issues.apache.org/jira/browse/ARROW-11065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Zhang updated ARROW-11065:
-
Attachment: CMakeError.log
> [C++] Installation failed on AIX
[
https://issues.apache.org/jira/browse/ARROW-11065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258353#comment-17258353
]
Xiaobo Zhang commented on ARROW-11065:
--
I issued the following "export&q
[
https://issues.apache.org/jira/browse/ARROW-11065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258284#comment-17258284
]
Xiaobo Zhang commented on ARROW-11065:
--
According to [https://en.wikipedia
Xiaobo Zhang created ARROW-11065:
Summary: Installation of Apache Arrow C++ failed on AIX7.2
Key: ARROW-11065
URL: https://issues.apache.org/jira/browse/ARROW-11065
Project: Apache Arrow
Xiaobo Zhang created ARROW-11065:
Summary: Installation of Apache Arrow C++ failed on AIX7.2
Key: ARROW-11065
URL: https://issues.apache.org/jira/browse/ARROW-11065
Project: Apache Arrow
0000000-0.01\r\n\r\n'
% sessionId
s.send(payload)
time.sleep(0.1)
print(s.recv(0x1))
while True:
pass
```
Best Regards,
Xiaobo Xiang
Hi,
Can we use the result from a select statement to insert into another table
directlly like other RDBMS in cassandra?
Thanks.
Hi,
We usually use decaimal data type for money, can we set decimal columns with a
specific precision?
Thanks.
[
https://issues.apache.org/jira/browse/KYLIN-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Liao updated KYLIN-3952:
---
Description:
A memory leak problem is fixed on Avatica's master branch @
[https://github.com/a
Xiaobo Liao created KYLIN-3952:
--
Summary: org.apache.kylin.jdbc.Driver.createDriverVersion leaks
native memory because of Avatica
Key: KYLIN-3952
URL: https://issues.apache.org/jira/browse/KYLIN-3952
Xiaobo Liao created KYLIN-3952:
--
Summary: org.apache.kylin.jdbc.Driver.createDriverVersion leaks
native memory because of Avatica
Key: KYLIN-3952
URL: https://issues.apache.org/jira/browse/KYLIN-3952
[
https://issues.apache.org/jira/browse/KYLIN-3908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16802668#comment-16802668
]
Xiaobo Liao commented on KYLIN-3908:
Yes, the current different handlin
#x27;)
s
[cid:2485184c-74e9-4830-992a-bd0bedff04a3]
Any suggestion?
Thanks.
Best regards,
Xiaobo Li
___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
Xiaobo Liao created KYLIN-3908:
--
Summary: KylinClient's HttpRequest.releaseConnection is not needed
in retrieveMetaData & executeKylinQuery
Key: KYLIN-3908
URL: https://issues.apache.org/jira/browse/K
Xiaobo Liao created KYLIN-3908:
--
Summary: KylinClient's HttpRequest.releaseConnection is not needed
in retrieveMetaData & executeKylinQuery
Key: KYLIN-3908
URL: https://issues.apache.org/jira/browse/K
[
https://issues.apache.org/jira/browse/CALCITE-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Liao updated CALCITE-2950:
-
Attachment: stream_not_closed.png
> Avatica DriverVersion.load leaks InputStream, and caus
[
https://issues.apache.org/jira/browse/CALCITE-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Liao updated CALCITE-2950:
-
Attachment: (was: stream_not_closed.png)
> Avatica DriverVersion.load leaks InputStr
[
https://issues.apache.org/jira/browse/CALCITE-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Liao updated CALCITE-2950:
-
Summary: Avatica DriverVersion.load leaks InputStream, and causing native
memory leak (was
[
https://issues.apache.org/jira/browse/CALCITE-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Liao updated CALCITE-2950:
-
Description:
Kylin's JDBC
Driver([https://github.com/apache/kylin/tree/master/jdbc)|
[
https://issues.apache.org/jira/browse/CALCITE-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Liao updated CALCITE-2950:
-
Description:
Kylin's JDBC
Driver([https://github.com/apache/kylin/tree/master/jdbc)|
[
https://issues.apache.org/jira/browse/CALCITE-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Liao updated CALCITE-2950:
-
Description:
Kylin's JDBC
Driver([https://github.com/apache/kylin/tree/master/jdbc)|
[
https://issues.apache.org/jira/browse/CALCITE-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Liao updated CALCITE-2950:
-
Description:
Kylin's JDBC
Driver([https://github.com/apache/kylin/tree/master/jdbc)|
[
https://issues.apache.org/jira/browse/CALCITE-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Liao updated CALCITE-2950:
-
Attachment: stream_not_closed.png
> Avatica DriverVersion.load leaks InputStr
[
https://issues.apache.org/jira/browse/CALCITE-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobo Liao updated CALCITE-2950:
-
Description:
Kylin's JDBC
Driver([https://github.com/apache/kylin/tree/master/jdbc)|
Xiaobo Liao created CALCITE-2950:
Summary: Avatica DriverVersion.load leaks InputStream
Key: CALCITE-2950
URL: https://issues.apache.org/jira/browse/CALCITE-2950
Project: Calcite
Issue Type
1 - 100 of 703 matches
Mail list logo