Jackie-Jiang commented on code in PR #13573:
URL: https://github.com/apache/pinot/pull/13573#discussion_r1673171151
##########
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/TransformFunctionFactory.java:
##########
@@ -354,8 +354,8 @@ public static TransformFunction get(ExpressionContext
expression, Map<String, Co
public static TransformFunction get(ExpressionContext expression,
Map<String, DataSource> dataSourceMap) {
Map<String, ColumnContext> columnContextMap = new
HashMap<>(HashUtil.getHashMapCapacity(dataSourceMap.size()));
dataSourceMap.forEach((k, v) -> columnContextMap.put(k,
ColumnContext.fromDataSource(v)));
- QueryContext dummy = QueryContextConverterUtils.getQueryContext(
- CalciteSqlParser.compileToPinotQuery("SELECT * from testTable;"));
+ QueryContext dummy =
Review Comment:
True. All the usages are within the test. Added a TODO
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]