Skip to content

Commit

Permalink
[opt](hive)opt select count(*) stmt push down agg on parquet in hive .
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgeter committed Jul 26, 2023
1 parent 3800417 commit 30cd822
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions regression-test/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ defaultDb = "regression_test"
// init cmd like: select @@session.tx_read_only
// at each time we connect.
// add allowLoadLocalInfile so that the jdbc can execute mysql load data from client.
jdbcUrl = "jdbc:mysql://127.0.0.1:55557/?useLocalSessionState=true&allowLoadLocalInfile=true"
targetJdbcUrl = "jdbc:mysql://127.0.0.1:55557/?useLocalSessionState=true&allowLoadLocalInfile=true"
jdbcUrl = "jdbc:mysql://127.0.0.1:9030/?useLocalSessionState=true&allowLoadLocalInfile=true"
targetJdbcUrl = "jdbc:mysql://127.0.0.1:9030/?useLocalSessionState=true&allowLoadLocalInfile=true"
jdbcUser = "root"
jdbcPassword = ""

Expand All @@ -34,7 +34,7 @@ feTargetThriftAddress = "127.0.0.1:9020"
feSyncerUser = "root"
feSyncerPassword = ""

feHttpAddress = "127.0.0.1:55555"
feHttpAddress = "127.0.0.1:8030"
feHttpUser = "root"
feHttpPassword = ""

Expand Down Expand Up @@ -101,8 +101,8 @@ es_8_port=39200


//hive catalog test config for bigdata
enableExternalHiveTest = true
extHiveHmsHost = "172.21.16.47"
enableExternalHiveTest = false
extHiveHmsHost = "***.**.**.**"
extHiveHmsPort = 7004
extHdfsPort = 4007
extHiveHmsUser = "****"
Expand Down

0 comments on commit 30cd822

Please sign in to comment.