Re: failed to build u-boot mt7621_rfb_defconfig

2023-10-18 Thread Xiaobo Liu
Thank you

failed to build u-boot mt7621_rfb_defconfig

2023-10-16 Thread Xiaobo Liu
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

Re:re:applying the wrong rule for calculated columns

2022-03-13 Thread xiaobo
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

re:applying the wrong rule for calculated columns

2022-03-13 Thread xiaobo
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

re:applying the wrong rule for calculated columns

2022-03-13 Thread xiaobo
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

applying the wrong rule for calculated columns

2022-03-13 Thread xiaobo
@Test public void test1_2()throws SQLException{ Map

Re:Re:column data type mismatch problem when projecting tables

2022-03-13 Thread xiaobo
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

Re:column data type mismatch problem when projecting tables

2022-03-13 Thread xiaobo
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

column data type mismatch problem when projecting tables

2022-03-13 Thread xiaobo
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

Can't find java file for ImmutableCsvProjectTableScanRule

2022-03-13 Thread xiaobo
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 {

Re: [jira] [Created] (CALCITE-5028) org.codehaus.commons.compiler.CompilerFactoryFactory.getDefaultCompilerFactory(Ljava/lang/ClassLoader;)

2022-03-02 Thread xiaobo
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

Re: calcite multi-threading problem

2022-02-25 Thread xiaobo
odehaus.janino >> janino >> >> >> org.codehaus.janino >> commons-compiler >> >> >> >> >> >> org.apache.calcite >> calcite-file >> 1.29.0 >> >> >> org.codehaus.janino >> janino >> >> >> org.codeha

Re: calcite multi-threading problem

2022-02-25 Thread xiaobo
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

Re: calcite multi-threading problem

2022-02-25 Thread xiaobo
$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

Re: dynamic reflective schema

2022-02-24 Thread xiaobo
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

Re: dynamic reflective schema

2022-02-24 Thread xiaobo
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

Re: dynamic reflective schema

2022-02-24 Thread xiaobo
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

Re: dynamic reflective schema

2022-02-23 Thread xiaobo
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 ";;

Re: dynamic reflective schema

2022-02-22 Thread 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

Re: dynamic reflective schema

2022-02-22 Thread xiaobo
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

public RelDataType getRowType(RelDataTypeFactory typeFactory) of subclass of AbstractTable does not called

2022-02-22 Thread xiaobo
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:

Re: dynamic reflective schema

2022-02-22 Thread xiaobo
this helps =) On Sat, Feb 19, 2022 at 11:03 PM xiaobo

Re: dynamic reflective schema

2022-02-21 Thread 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

Re: dynamic reflective schema

2022-02-21 Thread xiaobo
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

dynamic reflective schema

2022-02-19 Thread xiaobo
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

Re: can we set a default schema for calcite connection to avoid writing schema names in sql

2022-02-19 Thread xiaobo
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

Re: can we set a default schema for calcite connection to avoid writing schema names in sql

2022-02-19 Thread xiaobo
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

Re: can we set a default schema for calcite connection to avoid writing schema names in sql

2022-02-18 Thread xiaobo
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

Re: can we set a default schema for calcite connection to avoid writing schema names in sql

2022-02-18 Thread xiaobo
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,

Re: can we set a default schema for calcite connection to avoid writing schema names in sql

2022-02-18 Thread xiaobo
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

Re: calcite multi-threading problem

2022-02-15 Thread xiaobo
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

Re: can we set a default schema for calcite connection to avoid writing schema names in sql

2022-02-12 Thread xiaobo
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

Re: calcite multi-threading problem

2022-02-12 Thread xiaobo
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

Re: calcite multi-threading problem

2022-02-12 Thread xiaobo
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

Re: calcite multi-threading problem

2022-02-12 Thread xiaobo
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

Re: Unable to implement EnumerableAggregate(group=[{}], EXPR$0=[COUNT($0)]) with ReflectiveSchema

2022-02-11 Thread xiaobo
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

Re: calcite multi-threading problem

2022-02-11 Thread xiaobo
[] { 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 -----

Re: calcite multi-threading problem

2022-02-11 Thread xiaobo
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: &

Re: can we set a default schema for calcite connection to avoid writing schema names in sql

2022-02-11 Thread xiaobo
unwrap(CalciteConnection.class); SchemaPlus rootSchema = conn.getRootSchema(); Schema schema = new ReflectiveSchema(target); rootSchema.add(schemaName, schema); return conn; -- Original -- From: &qu

Unable to implement EnumerableAggregate(group=[{}], EXPR$0=[COUNT($0)]) with ReflectiveSchema

2022-02-11 Thread xiaobo
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

Re: 回复:cannot be cast to class org.apache.calcite.runtime.FlatLists$ComparableList error

2022-02-11 Thread xiaobo
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

Re: calcite multi-threading problem

2022-02-11 Thread xiaobo
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

Re: calcite multi-threading problem

2022-02-11 Thread xiaobo
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

Re: calcite multi-threading problem

2022-02-11 Thread xiaobo
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.    

回复:cannot be cast to class org.apache.calcite.runtime.FlatLists$ComparableList error

2022-02-11 Thread xiaobo
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

can we set a default schema for calcite connection to avoid writing schema names in sql

2022-02-11 Thread xiaobo
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");      

回复:reply: calcite multi-threading problem

2022-02-11 Thread xiaobo
: "xiaobo "

reply: calcite multi-threading problem

2022-02-11 Thread xiaobo
we use maven and the effective pom contains only the 3.1.0 version of janino as following:

Re: calcite multi-threading problem

2022-02-11 Thread xiaobo
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"

Re: calcite multi-threading problem

2022-02-11 Thread xiaobo
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"

calcite multi-threading problem

2022-02-11 Thread xiaobo
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

cannot be cast to class org.apache.calcite.runtime.FlatLists$ComparableList error

2022-02-11 Thread xiaobo
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_

Fw:New Version Notification for draft-liu-quic-mpquic-usecase-00.txt

2021-10-25 Thread Xiaobo Yu
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 (阿里巴巴集团) 注意 : 本电邮(包括任何附件)含有机密资料及可能受法律保护

[PATCH 4/4] arm64: rk3399: r4s: disabled i2c4 bus during the system boot process

2021-07-06 Thread Xiaobo Tian
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

[PATCH 3/4] arm64: rk3399: r4s: Remove undesirable MAC address fetching methods for ethernet

2021-07-06 Thread Xiaobo Tian
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

[PATCH 2/4] arm64: rk3399: r4s: Inheritance uses the sdmmc definition in dtsi

2021-07-06 Thread Xiaobo Tian
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

[PATCH 1/4] arm64: rk3399: r4s: correct the LEDS label name

2021-07-06 Thread Xiaobo Tian
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

[PATCH] arm64: rk3399: Optimize performance and cleanup

2021-07-05 Thread Xiaobo Tian
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

[PATCH] arm64: rk3399: Optimize performance and cleanup

2021-07-05 Thread Xiaobo Tian
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

[PATCH] rockchip: rk3399: adjust Nanopi R4S board power layout

2021-07-04 Thread xiaobo
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

[PATCH] rockchip: rk3399: adjust Nanopi R4S board power layout

2021-07-04 Thread xiaobo
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

[PATCH] arm64: rk3399: adjust vdd power layout

2021-07-01 Thread xiaobo
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

[PATCH] arm64: rk3399: adjust vdd power layout

2021-07-01 Thread xiaobo
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

[PATCH] arm64: rk3399: Add support NanoPi R4s 1gb

2021-06-07 Thread xiaobo
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

[PATCH] arm64: rk3399: Add support NanoPi R4s 1gb

2021-06-07 Thread xiaobo
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

[PATCH] Prepare v2021.07-rc4

2021-06-07 Thread xiaobo
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

[PATCH] Revert "spl: Drop bd_info in the data section"

2021-04-20 Thread xiaobo
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

[PATCH] arm64: rk3399: Add support NanoPi R4s

2021-02-27 Thread xiaobo
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

[PATCH] arm64: rk3399: Add support NanoPi R4s

2021-02-08 Thread xiaobo
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

[PATCH] arm64: rk3399: Add support NanoPi R4s

2021-02-08 Thread xiaobo
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

[PATCH] arm64: rk3399: Add support NanoPi R4s

2021-02-08 Thread xiaobo
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

[jira] [Commented] (ARROW-11065) [C++] Installation failed on AIX7.2

2021-01-20 Thread Xiaobo Zhang (Jira)
[ 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

[jira] [Commented] (ARROW-11065) [C++] Installation failed on AIX7.2

2021-01-04 Thread Xiaobo Zhang (Jira)
[ 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

[jira] [Updated] (ARROW-11065) [C++] Installation failed on AIX7.2

2021-01-04 Thread Xiaobo Zhang (Jira)
[ 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

[jira] [Updated] (ARROW-11065) [C++] Installation failed on AIX7.2

2021-01-04 Thread Xiaobo Zhang (Jira)
[ 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

[jira] [Updated] (ARROW-11065) [C++] Installation failed on AIX7.2

2021-01-04 Thread Xiaobo Zhang (Jira)
[ 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

[jira] [Commented] (ARROW-11065) [C++] Installation failed on AIX7.2

2021-01-04 Thread Xiaobo Zhang (Jira)
[ 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

[jira] [Commented] (ARROW-11065) [C++] Installation failed on AIX7.2

2021-01-04 Thread Xiaobo Zhang (Jira)
[ 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

[jira] [Created] (ARROW-11065) Installation of Apache Arrow C++ failed on AIX7.2

2020-12-29 Thread Xiaobo Zhang (Jira)
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

[jira] [Created] (ARROW-11065) Installation of Apache Arrow C++ failed on AIX7.2

2020-12-29 Thread Xiaobo Zhang (Jira)
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

Bug#964552: [Security Issue][liblivemedia] stack buffer overflow in liblivemedia

2020-07-08 Thread Xiaobo Xiang
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

insert into ... select statement

2019-04-22 Thread xiaobo
Hi, Can we use the result from a select statement to insert into another table directlly like other RDBMS in cassandra? Thanks.

Can we set the precision of decimal column

2019-04-22 Thread xiaobo
Hi, We usually use decaimal data type for money, can we set decimal columns with a specific precision? Thanks.

[jira] [Updated] (KYLIN-3952) org.apache.kylin.jdbc.Driver.createDriverVersion leaks native memory because of Avatica

2019-04-11 Thread Xiaobo Liao (JIRA)
[ 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

[jira] [Created] (KYLIN-3952) org.apache.kylin.jdbc.Driver.createDriverVersion leaks native memory because of Avatica

2019-04-11 Thread Xiaobo Liao (JIRA)
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

[jira] [Created] (KYLIN-3952) org.apache.kylin.jdbc.Driver.createDriverVersion leaks native memory because of Avatica

2019-04-11 Thread Xiaobo Liao (JIRA)
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

[jira] [Commented] (KYLIN-3908) KylinClient's HttpRequest.releaseConnection is not needed in retrieveMetaData & executeKylinQuery

2019-03-27 Thread Xiaobo Liao (JIRA)
[ 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

[Rdkit-discuss] Smarts conversion help

2019-03-26 Thread Li, Xiaobo [xiaoboli]
#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

[jira] [Created] (KYLIN-3908) KylinClient's HttpRequest.releaseConnection is not needed in retrieveMetaData & executeKylinQuery

2019-03-25 Thread Xiaobo Liao (JIRA)
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

[jira] [Created] (KYLIN-3908) KylinClient's HttpRequest.releaseConnection is not needed in retrieveMetaData & executeKylinQuery

2019-03-25 Thread Xiaobo Liao (JIRA)
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

[jira] [Updated] (CALCITE-2950) Avatica DriverVersion.load leaks InputStream, and causing native memory leak

2019-03-25 Thread Xiaobo Liao (JIRA)
[ 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

[jira] [Updated] (CALCITE-2950) Avatica DriverVersion.load leaks InputStream, and causing native memory leak

2019-03-25 Thread Xiaobo Liao (JIRA)
[ 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

[jira] [Updated] (CALCITE-2950) Avatica DriverVersion.load leaks InputStream, and causing native memory leak

2019-03-25 Thread Xiaobo Liao (JIRA)
[ 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

[jira] [Updated] (CALCITE-2950) Avatica DriverVersion.load leaks InputStream

2019-03-24 Thread Xiaobo Liao (JIRA)
[ 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)|

[jira] [Updated] (CALCITE-2950) Avatica DriverVersion.load leaks InputStream

2019-03-24 Thread Xiaobo Liao (JIRA)
[ 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)|

[jira] [Updated] (CALCITE-2950) Avatica DriverVersion.load leaks InputStream

2019-03-24 Thread Xiaobo Liao (JIRA)
[ 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)|

[jira] [Updated] (CALCITE-2950) Avatica DriverVersion.load leaks InputStream

2019-03-24 Thread Xiaobo Liao (JIRA)
[ 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)|

[jira] [Updated] (CALCITE-2950) Avatica DriverVersion.load leaks InputStream

2019-03-24 Thread Xiaobo Liao (JIRA)
[ 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

[jira] [Updated] (CALCITE-2950) Avatica DriverVersion.load leaks InputStream

2019-03-24 Thread Xiaobo Liao (JIRA)
[ 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)|

[jira] [Created] (CALCITE-2950) Avatica DriverVersion.load leaks InputStream

2019-03-24 Thread Xiaobo Liao (JIRA)
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   2   3   4   5   6   7   8   >