lokeshj1703 commented on code in PR #11975:
URL: https://github.com/apache/hudi/pull/11975#discussion_r1771219310


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/SparkBaseIndexSupport.scala:
##########
@@ -45,6 +44,8 @@ abstract class SparkBaseIndexSupport(spark: SparkSession,
 
   def isIndexAvailable: Boolean
 
+  def supportsQueryType(queryType: HoodieTableQueryType): Boolean = true

Review Comment:
   Can we also add a TODO here that we make the default behaviour to throw an 
exception once the API is implemented for all the indexes?



-- 
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]

Reply via email to