JingsongLi commented on a change in pull request #10022:
[FLINK-14135][hive][orc] Introduce orc ColumnarRow reader for hive connector
URL: https://github.com/apache/flink/pull/10022#discussion_r352408495
##########
File path:
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/TableEnvHiveConnectorTest.java
##########
@@ -95,9 +95,9 @@ public void testDefaultPartitionName() throws Exception {
FileSystem fs = defaultPartPath.getFileSystem(hiveConf);
assertTrue(fs.exists(defaultPartPath));
- TableImpl flinkTable = (TableImpl) tableEnv.sqlQuery("select *
from db1.part order by x");
+ TableImpl flinkTable = (TableImpl) tableEnv.sqlQuery("select y,
x from db1.part order by x");
Review comment:
BTW, this change just want to cover more for random select order.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services